@@ -80,7 +80,7 @@ |
||
| 80 | 80 | |
| 81 | 81 | /** |
| 82 | 82 | * @param ServiceLocatorInterface $serviceLocator |
| 83 | - * @return mixed |
|
| 83 | + * @return DebugStack |
|
| 84 | 84 | * @throws RuntimeException |
| 85 | 85 | */ |
| 86 | 86 | protected function getOptions(ServiceLocatorInterface $serviceLocator) |
@@ -36,7 +36,7 @@ |
||
| 36 | 36 | private $name; |
| 37 | 37 | |
| 38 | 38 | /** |
| 39 | - * @param $name |
|
| 39 | + * @param string $name |
|
| 40 | 40 | */ |
| 41 | 41 | public function __construct($name) |
| 42 | 42 | { |
@@ -35,7 +35,7 @@ |
||
| 35 | 35 | * @param ContainerInterface $container |
| 36 | 36 | * @param string $requestedName |
| 37 | 37 | * @param null|array $options |
| 38 | - * @return object |
|
| 38 | + * @return YumlController |
|
| 39 | 39 | * @throws ServiceNotFoundException if unable to resolve the service. |
| 40 | 40 | * @throws ServiceNotCreatedException if an exception is raised when |
| 41 | 41 | * creating a service. |