@@ -9,7 +9,7 @@ |
||
| 9 | 9 | /** @var string */ |
| 10 | 10 | private $path; |
| 11 | 11 | |
| 12 | - public function __construct(string $path, bool $noCheck=false) |
|
| 12 | + public function __construct(string $path, bool $noCheck = false) |
|
| 13 | 13 | { |
| 14 | 14 | if ($noCheck === false) { |
| 15 | 15 | Assert::readable($path); |