Completed
Push — master ( 066343...e5de66 )
by Nico
01:23
created
src/nicoSWD/Rules/Core/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/Rules/RuleGenerator.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -114,6 +114,9 @@
 block discarded – undo
114 114
         return $this->incompleteCondition;
115 115
     }
116 116
 
117
+    /**
118
+     * @param boolean $false
119
+     */
117 120
     public function operatorRequired($false)
118 121
     {
119 122
         $this->operatorRequired = $false;
Please login to merge, or discard this patch.
src/nicoSWD/Rules/Parser.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,10 +11,10 @@
 block discarded – undo
11 11
 
12 12
 use Closure;
13 13
 use InvalidArgumentException;
14
+use SplStack;
14 15
 use nicoSWD\Rules\Core\CallableUserFunction;
15 16
 use nicoSWD\Rules\Exceptions\ParserException;
16 17
 use nicoSWD\Rules\Tokens\BaseToken;
17
-use SplStack;
18 18
 
19 19
 class Parser
20 20
 {
Please login to merge, or discard this patch.