Passed
Branch master (9355ea)
by Aleksandar
02:25
created
Category
src/Operators/CompareOperator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@
 block discarded – undo
73 73
         } elseif (count($applyParams) === 2) {
74 74
             $this->fromValue = $applyParams[0];
75 75
             $this->vsResult = $applyParams[1];
76
-        } elseif(count($applyParams) === 3) {
76
+        } elseif (count($applyParams) === 3) {
77 77
             $this->fromValue = $applyParams[0];
78 78
             $this->setOperator($applyParams[1]);
79 79
             $this->vsResult = $applyParams[2];
Please login to merge, or discard this patch.