Completed
Push — master ( 4dd9bb...1d5a37 )
by Allan
03:20 queued 12s
created
src/Utils/PathUtils.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@
 block discarded – undo
10 10
     public static function composePath()
11 11
     {
12 12
         $pathSegments = array_map(
13
-            function ($item) {
13
+            function($item) {
14 14
                 return rtrim($item, DIRECTORY_SEPARATOR);
15 15
             },
16 16
             func_get_args()
Please login to merge, or discard this patch.
src/Patch/DefinitionList/LoaderComponents/DownloaderComponent.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@
 block discarded – undo
92 92
                     $downloader = $this->fileDownloader;
93 93
 
94 94
                     $this->consoleSilencer->applyToCallback(
95
-                        function () use ($downloader, $package, $destinationFolder) {
95
+                        function() use ($downloader, $package, $destinationFolder) {
96 96
                             $downloader->download($package, $destinationFolder, false);
97 97
                         }
98 98
                     );
Please login to merge, or discard this patch.
src/Managers/RepositoryManager.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
64 64
         $installer = $this->installationManager;
65 65
         
66 66
         $this->consoleSilencer->applyToCallback(
67
-            function () use ($installer, $repository, $operation) {
67
+            function() use ($installer, $repository, $operation) {
68 68
                 $installer->install($repository, $operation);
69 69
             }
70 70
         );
Please login to merge, or discard this patch.