Completed
Push — master ( aee4a1...066343 )
by Nico
01:30
created
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.