Passed
Push — master ( d0d15e...691580 )
by Théo
02:45
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
@@ -411,7 +411,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.