@@ -1231,7 +1231,7 @@ |
||
| 1231 | 1231 | return file_exists($configFilePath) |
| 1232 | 1232 | ? PhpScoperConfiguration::load($configFilePath) |
| 1233 | 1233 | : PhpScoperConfiguration::load() |
| 1234 | - ; |
|
| 1234 | + ; |
|
| 1235 | 1235 | } |
| 1236 | 1236 | |
| 1237 | 1237 | $configFile = $raw->phpScoper; |
@@ -352,7 +352,7 @@ |
||
| 352 | 352 | private function retrieveCompressionCount(Phar $phar): array |
| 353 | 353 | { |
| 354 | 354 | $count = array_fill_keys( |
| 355 | - self::ALGORITHMS, |
|
| 355 | + self::ALGORITHMS, |
|
| 356 | 356 | 0 |
| 357 | 357 | ); |
| 358 | 358 | |