PHP Class Spatie\Php7to5\NodeVisitors\ScalarTypeHintsRemover

Inheritance: extends PhpParser\NodeVisitorAbstract
Afficher le fichier Open project: spatie/7to5

Méthodes publiques

Méthode Description
leaveNode ( PhpParser\Node $node )

Méthodes protégées

Méthode Description
isScalar ( string | null $type ) : boolean

Method Details

isScalar() protected méthode

protected isScalar ( string | null $type ) : boolean
$type string | null
Résultat boolean

leaveNode() public méthode

public leaveNode ( PhpParser\Node $node )
$node PhpParser\Node