@@ -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; |
@@ -411,7 +411,7 @@ |
||
| 411 | 411 | private function retrieveCompressionCount($phar): array |
| 412 | 412 | { |
| 413 | 413 | $count = array_fill_keys( |
| 414 | - self::ALGORITHMS, |
|
| 414 | + self::ALGORITHMS, |
|
| 415 | 415 | 0 |
| 416 | 416 | ); |
| 417 | 417 | |