Completed
Push — master ( 26e14e...ab70d1 )
by Nico
01:28
created
src/nicoSWD/Rule/Grammar/JavaScript/Methods/Concat.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
18 18
 {
19 19
     /**
20 20
      * @param BaseToken $parameters
21
-     * @param BaseToken $parameters...
22 21
      * @return BaseToken
23 22
      */
24 23
     public function call($parameters = null): BaseToken
Please login to merge, or discard this patch.
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.