PHP Class PHPStan\Rules\Methods\ExistingClassesInTypehintsRule

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

Méthodes publiques

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

Method Details

__construct() public méthode

public __construct ( FunctionDefinitionCheck $check )
$check PHPStan\Rules\FunctionDefinitionCheck

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