Completed
Branch master (a5cfee)
by Kamil
03:17 queued 50s
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.