Passed
Pull Request — master (#31)
by Yoshiaki
01:53
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.
wrapper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.