Completed
Push — master ( f11a34...f2f137 )
by Christian
02:47
created
src/Task/Composer/UpgradeTask.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -131,7 +131,7 @@
 block discarded – undo
131 131
 
132 132
             $command->getComposer()->getEventDispatcher()->addListener(
133 133
                 InstallerEvents::PRE_DEPENDENCIES_SOLVING,
134
-                function (InstallerEvent $event) use ($installationManager) {
134
+                function(InstallerEvent $event) use ($installationManager) {
135 135
                     $installationManager->setPool($event->getPool());
136 136
                 }
137 137
             );
Please login to merge, or discard this patch.