Test Failed
Push — master ( 8cc230...986bb1 )
by Robin
10:35
created
src/Support/Response.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -167,7 +167,7 @@
 block discarded – undo
167 167
      */
168 168
     public function existenceCheck()
169 169
     {
170
-        if (! in_array($this->getStatusCode(), [200, 404])) {
170
+        if ( ! in_array($this->getStatusCode(), [200, 404])) {
171 171
             throw new UnexpectedStatusException($this);
172 172
         }
173 173
 
Please login to merge, or discard this patch.