Passed
Pull Request — master (#147)
by Théo
02:05
created
src/Console/Command/Compile.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 /*
6 6
  * This file is part of the box project.
@@ -324,7 +324,7 @@  discard block
 block discarded – undo
324 324
             'Registering compactors'
325 325
         );
326 326
 
327
-        $logCompactors = function (Compactor $compactor) use ($logger): void {
327
+        $logCompactors = function(Compactor $compactor) use ($logger): void {
328 328
             $compactorClassParts = explode('\\', get_class($compactor));
329 329
 
330 330
             if ('_HumbugBox' === substr($compactorClassParts[0], 0, strlen('_HumbugBox'))) {
Please login to merge, or discard this patch.