@@ -3,7 +3,7 @@ |
||
| 3 | 3 | require_once (__DIR__ . '/vendor/autoload.php'); |
| 4 | 4 | require_once (__DIR__ . '/Checker.php'); |
| 5 | 5 | |
| 6 | -if ($argc < 2 ){ |
|
| 6 | +if ($argc < 2) { |
|
| 7 | 7 | echo "Use ex. $ php wrapper.php https://bootjp.me/ \n"; |
| 8 | 8 | exit; |
| 9 | 9 | } |
@@ -185,7 +185,7 @@ |
||
| 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, |