@@ -150,7 +150,7 @@ |
||
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 | } |