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