Completed
Pull Request — master (#182)
by Théo
04:17 queued 01:48
created
src/Console/Command/Compile.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -206,7 +206,7 @@  discard block
 block discarded – undo
206 206
     private static function checkPhpSettings(SymfonyStyle $io, OutputInterface $output): void
207 207
     {
208 208
         if (function_exists('ini_set')) {
209
-            $memoryInBytes = function (string $value): int {
209
+            $memoryInBytes = function(string $value): int {
210 210
                 $unit = strtolower($value[strlen($value) - 1]);
211 211
 
212 212
                 $value = (int) $value;
@@ -390,7 +390,7 @@  discard block
 block discarded – undo
390 390
             'Registering compactors'
391 391
         );
392 392
 
393
-        $logCompactors = function (Compactor $compactor) use ($logger): void {
393
+        $logCompactors = function(Compactor $compactor) use ($logger): void {
394 394
             $compactorClassParts = explode('\\', get_class($compactor));
395 395
 
396 396
             if ('_HumbugBox' === substr($compactorClassParts[0], 0, strlen('_HumbugBox'))) {
Please login to merge, or discard this patch.