@@ -131,7 +131,7 @@ |
||
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 | ); |