\phpDocumentor\Plugin\Core\Descriptor\Validator\Constraints\FunctionsDoesArgumentTypehintMatchParam

Checks the typehint of the argument versus the @param tag.

If the argument has no typehint we do not check anything. When multiple type are given then the typehint needs to be one of them.

Summary

Methods
Properties
Constants
getTargets()
$message
$code
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$message

$message : string

Type

string — message phpDocumentor uses codes that are defined in a messages.[lang].php file in the a plugin.

$code

$code : 

Type

Methods

getTargets()

getTargets() : string

Returns that the constraint can be put onto classes.

Returns

string