@@ -1,6 +1,6 @@ discard block |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -declare(strict_types=1); |
|
| 3 | +declare(strict_types = 1); |
|
| 4 | 4 | |
| 5 | 5 | /* |
| 6 | 6 | * This file is part of the Packagist Mirror. |
@@ -103,7 +103,7 @@ discard block |
||
| 103 | 103 | $path = $this->normalize($path); |
| 104 | 104 | $file = $this->filesystem->read($path); |
| 105 | 105 | |
| 106 | - if($file === false){ |
|
| 106 | + if ($file === false) { |
|
| 107 | 107 | return ''; |
| 108 | 108 | } |
| 109 | 109 | |