Completed
Pull Request — master (#100)
by Christophe
03:40
created
src/Configuration.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1231,7 +1231,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
src/Console/Command/Info.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -352,7 +352,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.