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