Completed
Push — dev ( 14e4a6...854686 )
by Андрей
02:59
created
src/Controller/ExecutorController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@
 block discarded – undo
82 82
             $errMsg = 'Executor name is not defined';
83 83
             throw new Exception\RuntimeException($errMsg);
84 84
         }
85
-        $method       = $request->getParam('method', null);
85
+        $method = $request->getParam('method', null);
86 86
         if (null === $method) {
87 87
             $errMsg = 'Executor method not defined';
88 88
             throw new Exception\RuntimeException($errMsg);
Please login to merge, or discard this patch.
src/FixtureInitializer/ConnectionRegistryEventSubscriberFactory.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.
src/FixtureInitializer/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.