@@ -269,7 +269,8 @@ |
||
269 | 269 | /** |
270 | 270 | * Get a service that has been registered in this container. |
271 | 271 | * |
272 | - * @return mixed Entry|false. |
|
272 | + * @param string $alias |
|
273 | + * @return string Entry|false. |
|
273 | 274 | */ |
274 | 275 | protected function getFromThisContainer($alias, array $args = []) |
275 | 276 | { |