@@ -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 | { |
@@ -89,7 +89,7 @@ |
||
89 | 89 | |
90 | 90 | /** |
91 | 91 | * @param ContainerInterface $serviceLocator |
92 | - * @return mixed |
|
92 | + * @return DebugStack |
|
93 | 93 | * @throws RuntimeException |
94 | 94 | */ |
95 | 95 | protected function getOptions(ContainerInterface $serviceLocator) |