PHP Class PHPStan\Rules\Classes\TypesAssignedToPropertiesRule

Inheritance: implements PHPStan\Rules\Rule
Afficher le fichier Open project: phpstan/phpstan

Méthodes publiques

Méthode Description
getNodeType ( ) : string
processNode ( PhpParser\Node $node, Scope $scope ) : array

Private Methods

Méthode Description
describeProperty ( PhpParser\Node\Expr\PropertyFetch | PhpParser\Node\Expr\StaticPropertyFetch $propertyFetch, Scope $scope ) : string | null

Method Details

getNodeType() public méthode

public getNodeType ( ) : string
Résultat string

processNode() public méthode

public processNode ( PhpParser\Node $node, Scope $scope ) : array
$node PhpParser\Node
$scope PHPStan\Analyser\Scope
Résultat array