@@ -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, |
@@ -2,7 +2,7 @@ |
||
| 2 | 2 | |
| 3 | 3 | require_once (__DIR__ . '/Checker.php'); |
| 4 | 4 | |
| 5 | -if ($argc < 2 ){ |
|
| 5 | +if ($argc < 2) { |
|
| 6 | 6 | throw new InvalidArgumentException('Use ex. $ php wrapper.php https://bootjp.me/'); |
| 7 | 7 | } |
| 8 | 8 | |