Completed
Push — master ( 125efc...317706 )
by Nico
01:41
created
src/nicoSWD/Rule/TokenStream/Node/NodeVariable.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -24,6 +24,9 @@
 block discarded – undo
24 24
         return $current;
25 25
     }
26 26
 
27
+    /**
28
+     * @return string
29
+     */
27 30
     private function getVariableName()
28 31
     {
29 32
         return $this->getCurrentNode()->getOriginalValue();
Please login to merge, or discard this patch.