1
0
Fork 0

Annotate TreeAnalyzer->update

pull/357/head
Rob Lourens 2017-06-07 11:24:07 -07:00
parent aba798aaba
commit d4cabc60cc
1 changed files with 5 additions and 1 deletions

View File

@ -84,7 +84,11 @@ class TreeAnalyzer
} }
} }
public function update($node) /**
* Collect definitions and references for the given node
* @param Node $node
*/
private function update(Node $node)
{ {
$fqn = ($this->definitionResolver)::getDefinedFqn($node); $fqn = ($this->definitionResolver)::getDefinedFqn($node);
// Only index definitions with an FQN (no variables) // Only index definitions with an FQN (no variables)