Passed
Branch develop (905d13)
by Mariano
09:27
created
src/Common/Conditions/AllConditionsMatcher.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
         foreach ($conditions as $condition) {
17 17
             $inputSource = $this->getInputSource($condition);
18 18
             $matcher = $this->getMatcher($condition);
19
-            if (! $matcher->match($inputSource->getValue($request))) {
19
+            if (!$matcher->match($inputSource->getValue($request))) {
20 20
                 return false;
21 21
             }
22 22
         }
Please login to merge, or discard this patch.