@@ -58,7 +58,7 @@ |
||
58 | 58 | |
59 | 59 | /** |
60 | 60 | * @param Conditions $conditions |
61 | - * @return mixed |
|
61 | + * @return AbstractAdapter |
|
62 | 62 | */ |
63 | 63 | public function setConditions(Conditions $conditions) |
64 | 64 | { |
@@ -37,6 +37,11 @@ |
||
37 | 37 | } |
38 | 38 | |
39 | 39 | |
40 | + /** |
|
41 | + * @param string $key |
|
42 | + * |
|
43 | + * @return string |
|
44 | + */ |
|
40 | 45 | protected function checkOption($key, $options) |
41 | 46 | { |
42 | 47 | $option = null; |
@@ -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 | { |