Passed
Pull Request — master (#23)
by Anatoly
27:01 queued 16:23
created
src/Response.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -150,7 +150,7 @@
 block discarded – undo
150 150
             throw new InvalidArgumentException('HTTP status-code must be an integer');
151 151
         }
152 152
 
153
-        if (! ($statusCode >= 100 && $statusCode <= 599)) {
153
+        if (!($statusCode >= 100 && $statusCode <= 599)) {
154 154
             throw new InvalidArgumentException(sprintf('HTTP status-code "%d" is not valid', $statusCode));
155 155
         }
156 156
     }
Please login to merge, or discard this patch.