@@ -65,7 +65,7 @@ |
||
65 | 65 | |
66 | 66 | /** |
67 | 67 | * @param ContainerInterface $container |
68 | - * @param $name |
|
68 | + * @param string $name |
|
69 | 69 | * @return array|bool |
70 | 70 | * @throws \Interop\Container\Exception\NotFoundException |
71 | 71 | * @throws \Interop\Container\Exception\ContainerException |
@@ -20,7 +20,7 @@ |
||
20 | 20 | */ |
21 | 21 | public function getConfig() |
22 | 22 | { |
23 | - return include __DIR__ . '/../config/module.config.php'; |
|
23 | + return include __DIR__.'/../config/module.config.php'; |
|
24 | 24 | } |
25 | 25 | |
26 | 26 | /** |