@@ -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; |
@@ -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 | { |
@@ -114,7 +114,7 @@ discard block |
||
114 | 114 | * @param GridPluginManager | ServiceLocatorInterface $serviceLocator |
115 | 115 | * @param $name |
116 | 116 | * @param $requestedName |
117 | - * @return mixed |
|
117 | + * @return GridInterface |
|
118 | 118 | * @throws Exception\RuntimeException |
119 | 119 | */ |
120 | 120 | public function createServiceWithName(ServiceLocatorInterface $serviceLocator, $name, $requestedName) |
@@ -181,7 +181,7 @@ discard block |
||
181 | 181 | /** |
182 | 182 | * @param $navigationBarOptions |
183 | 183 | * @param ServiceLocatorInterface $serviceManager |
184 | - * @return NavigationBarInterface|null |
|
184 | + * @return NavigationBarInterface |
|
185 | 185 | * @throws NavigationBar\Exception\InvalidArgumentException |
186 | 186 | * @throws NavigationBar\Exception\NavigationBarNotFoundException |
187 | 187 | * @throws NavigationBar\Exception\RuntimeException |
@@ -50,7 +50,6 @@ |
||
50 | 50 | |
51 | 51 | /** |
52 | 52 | * Создает экземпляр класса фабрики |
53 | - * @param array|Traversable $spec |
|
54 | 53 | * @throws InvalidButtonException |
55 | 54 | * @throws InvalidNameException |
56 | 55 | * @throws InValidSpecificationException |
@@ -117,7 +117,7 @@ |
||
117 | 117 | /** |
118 | 118 | * @param string $key |
119 | 119 | * @param array $options |
120 | - * @param mixed $default |
|
120 | + * @param string $default |
|
121 | 121 | * @return null|string|array |
122 | 122 | */ |
123 | 123 | protected function getConfigVal($key, array $options, $default = null) |
@@ -58,7 +58,7 @@ |
||
58 | 58 | /** |
59 | 59 | * Выводит данные |
60 | 60 | * @param mixed $value |
61 | - * @return mixed |
|
61 | + * @return string |
|
62 | 62 | */ |
63 | 63 | public function change($value) |
64 | 64 | { |