PHP Class PHPStan\Rules\Functions\PrintfParametersRule

Inheritance: implements PHPStan\Rules\Rule
Datei anzeigen Open project: phpstan/phpstan

Public Methods

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

Private Methods

Method Description
getPlaceholdersCount ( string $format ) : integer

Method Details

getNodeType() public method

public getNodeType ( ) : string
return string

processNode() public method

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