Completed
Push — dev ( fca98e...14e4a6 )
by Андрей
06:37
created
src/Listener/ConnectionRegistryEventSubscriberFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
      */
31 31
     public function createService(ServiceLocatorInterface $serviceLocator)
32 32
     {
33
-        $appServiceLocator = $serviceLocator instanceof AbstractPluginManager ?  $serviceLocator->getServiceLocator() : $serviceLocator;
33
+        $appServiceLocator = $serviceLocator instanceof AbstractPluginManager ? $serviceLocator->getServiceLocator() : $serviceLocator;
34 34
 
35 35
 
36 36
         /** @var ManagerRegistryProviderInterface $managerRegistryProvider */
Please login to merge, or discard this patch.
src/Listener/ManagerRegistryEventSubscriberFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
      */
32 32
     public function createService(ServiceLocatorInterface $serviceLocator)
33 33
     {
34
-        $appServiceLocator = $serviceLocator instanceof AbstractPluginManager ?  $serviceLocator->getServiceLocator() : $serviceLocator;
34
+        $appServiceLocator = $serviceLocator instanceof AbstractPluginManager ? $serviceLocator->getServiceLocator() : $serviceLocator;
35 35
 
36 36
         /** @var ManagerRegistryProviderInterface $managerRegistryProvider */
37 37
         $managerRegistryProvider = $appServiceLocator->get(ManagerRegistryProviderInterface::class);
Please login to merge, or discard this patch.