@@ -15,6 +15,6 @@ |
||
15 | 15 | |
16 | 16 | public function registerContainerConfiguration(LoaderInterface $loader) |
17 | 17 | { |
18 | - $loader->load(__DIR__ . '/config/config.yml'); |
|
18 | + $loader->load(__DIR__.'/config/config.yml'); |
|
19 | 19 | } |
20 | 20 | } |
21 | 21 | \ No newline at end of file |
@@ -48,7 +48,7 @@ |
||
48 | 48 | */ |
49 | 49 | public function remove($name) |
50 | 50 | { |
51 | - foreach ((array) $name as $n) { |
|
51 | + foreach ((array)$name as $n) { |
|
52 | 52 | unset($this->methods[$n]); |
53 | 53 | } |
54 | 54 | } |