@@ -154,8 +154,8 @@ discard block |
||
| 154 | 154 | { |
| 155 | 155 | $result = []; |
| 156 | 156 | |
| 157 | - $this->checkStatus($result,$urlerrors,404); |
|
| 158 | - $this->checkStatus($result,$urlforbiddens, 403); |
|
| 157 | + $this->checkStatus($result, $urlerrors, 404); |
|
| 158 | + $this->checkStatus($result, $urlforbiddens, 403); |
|
| 159 | 159 | |
| 160 | 160 | return $result; |
| 161 | 161 | } |
@@ -229,7 +229,7 @@ discard block |
||
| 229 | 229 | if ($file->getExtension() == 'json') { |
| 230 | 230 | $linksByFile[$keyname] = $this->getJsonLinks($inner); |
| 231 | 231 | } else { |
| 232 | - throw new \Exception("Extension unknown : " . $keyname); |
|
| 232 | + throw new \Exception("Extension unknown : ".$keyname); |
|
| 233 | 233 | } |
| 234 | 234 | } |
| 235 | 235 | } |