@@ -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) |