Passed
Push — master ( ebe11f...d3c8b7 )
by Shawn
03:13
created
src/Response/AssertStagingMiddleware.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
         }
26 26
 
27 27
         $headerValue = $response->getHeader(static::HEADER);
28
-        if (empty($headerValue) || (stripos(strtolower($headerValue[0]), 'essl') !== 0)) {
28
+        if (empty($headerValue) || (stripos(strtolower($headerValue[ 0 ]), 'essl') !== 0)) {
29 29
             throw new AssertStagingMiddlewareException(sprintf(
30 30
                 '"%s" header does not start with string "ESSL" (actual value = "%s")',
31 31
                 static::HEADER,
Please login to merge, or discard this patch.