@@ -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) |
@@ -15,7 +15,7 @@ |
||
15 | 15 | /** |
16 | 16 | * Create service |
17 | 17 | * |
18 | - * @param ServiceLocatorInterface $serviceLocator |
|
18 | + * @param \PHPUnit\Framework\MockObject\MockObject $serviceLocator |
|
19 | 19 | * |
20 | 20 | * @return YumlController |
21 | 21 | */ |