Passed
Push — master ( bb3ce1...337bb1 )
by Bjørn
02:35
created
src/Testers/Helpers/ResponseInterpreter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -142,7 +142,7 @@
 block discarded – undo
142 142
         if ($valType == 'string') {
143 143
             $match = self::evaluateConditionForString($operator, $valString, $arg1);
144 144
         } elseif ($valType == 'hash') {
145
-            $match =  self::evaluateConditionForHash($operator, $valHash, $arg1, $arg2);
145
+            $match = self::evaluateConditionForHash($operator, $valHash, $arg1, $arg2);
146 146
         }
147 147
         if ($match) {
148 148
             return $result;
Please login to merge, or discard this patch.