1
0
Fork 0

Add a semicolon.

😳
pull/305/head
Matthew Brown 2017-02-17 18:14:29 -05:00 committed by GitHub
parent 8a4c83c272
commit fbbe517b21
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ class NodeAtPositionFinder extends NodeVisitorAbstract
$range = Range::fromNode($node); $range = Range::fromNode($node);
if ($range->includes($this->position)) { if ($range->includes($this->position)) {
$this->node = $node; $this->node = $node;
return NodeTraverser::STOP_TRAVERSAL return NodeTraverser::STOP_TRAVERSAL;
} }
} }
} }