@@ -21,7 +21,7 @@ |
||
| 21 | 21 | } |
| 22 | 22 | |
| 23 | 23 | /** |
| 24 | - * @return string |
|
| 24 | + * @return SymbolNode |
|
| 25 | 25 | */ |
| 26 | 26 | public function getName() |
| 27 | 27 | { |
@@ -69,6 +69,9 @@ |
||
| 69 | 69 | throw new \RuntimeException("Invalid function"); |
| 70 | 70 | } |
| 71 | 71 | |
| 72 | + /** |
|
| 73 | + * @param Nodes\Node[] $args |
|
| 74 | + */ |
|
| 72 | 75 | private function callLambdaNode(Nodes\LambdaNode $node, $args) |
| 73 | 76 | { |
| 74 | 77 | $argNames = $node->getArguments(); |