mirror of
https://github.com/phabelio/PHP-Parser.git
synced 2025-01-22 13:21:12 +01:00
Fix wrong function name in docs
This commit is contained in:
parent
767f23c3a9
commit
f41a4c9acb
@ -98,7 +98,7 @@ class MyNodeVisitor extends PhpParser\NodeVisitorAbstract {
|
||||
|
||||
public function leaveNode(PhpParser\Node $node) {
|
||||
if ($node instanceof PhpParser\Node\Stmt\Property) {
|
||||
var_dump(isImplicitlyPublicProperty($this->tokens, $node));
|
||||
var_dump(isDeclaredUsingVar($this->tokens, $node));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user