Completed
Push — master ( b77d55...ba877c )
by Yoshiaki
22s
created
Checker.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -185,7 +185,7 @@
 block discarded – undo
185 185
             '30x' => [301, 302, 308]
186 186
         ];
187 187
 
188
-        foreach($isErrorPageCode as $errorType => $statuses) {
188
+        foreach ($isErrorPageCode as $errorType => $statuses) {
189 189
             if (in_array($statusCode, $statuses)) {
190 190
                 return [
191 191
                     'result' => false,
Please login to merge, or discard this patch.