Completed
Pull Request — master (#14)
by Roman
03:27
created
src/PeacefulBit/Packet/Nodes/FunctionNode.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
     }
22 22
 
23 23
     /**
24
-     * @return string
24
+     * @return SymbolNode
25 25
      */
26 26
     public function getName()
27 27
     {
Please login to merge, or discard this patch.
src/PeacefulBit/Packet/Visitors/NodeCalculatorVisitor.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -69,6 +69,9 @@
 block discarded – undo
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();
Please login to merge, or discard this patch.