@@ -109,7 +109,6 @@ |
||
109 | 109 | /** |
110 | 110 | * Конфигурируем адаптер грида |
111 | 111 | * @param AdapterInterface $adapter |
112 | - * @param array $options |
|
113 | 112 | */ |
114 | 113 | protected function configure( |
115 | 114 | GridMutatorPluginManager $mutatorPluginManager, |
@@ -105,7 +105,7 @@ |
||
105 | 105 | * @param GridPluginManager | ServiceLocatorInterface $serviceLocator |
106 | 106 | * @param $name |
107 | 107 | * @param $requestedName |
108 | - * @return mixed |
|
108 | + * @return GridInterface |
|
109 | 109 | * @throws Exception\RuntimeException |
110 | 110 | */ |
111 | 111 | public function createServiceWithName(ServiceLocatorInterface $serviceLocator, $name, $requestedName) |
@@ -20,7 +20,7 @@ |
||
20 | 20 | * Create service |
21 | 21 | * |
22 | 22 | * @param ServiceLocatorInterface $serviceLocator |
23 | - * @return mixed |
|
23 | + * @return Action |
|
24 | 24 | */ |
25 | 25 | public function createService(ServiceLocatorInterface $serviceLocator) |
26 | 26 | { |