Completed
Push — master ( a5cfee...ab2192 )
by Kamil
07:06
created
Features/Context/Features/GetSettingContext.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,6 +64,6 @@
 block discarded – undo
64 64
             $value = null;
65 65
         }
66 66
 
67
-        assert($value ===$this->responseValue, "[$value] compared to [$this->responseValue]");
67
+        assert($value === $this->responseValue, "[$value] compared to [$this->responseValue]");
68 68
     }
69 69
 }
Please login to merge, or discard this patch.