@@ -116,7 +116,7 @@ |
||
116 | 116 | * Store a setting |
117 | 117 | * |
118 | 118 | * @param string $name |
119 | - * @param mixed $value |
|
119 | + * @param string $value |
|
120 | 120 | * @param bool $isEditable |
121 | 121 | * @return $this |
122 | 122 | */ |
@@ -19,7 +19,7 @@ |
||
19 | 19 | */ |
20 | 20 | public function load(array $configs, ContainerBuilder $container) |
21 | 21 | { |
22 | - $loader = new Loader\XmlFileLoader($container, new FileLocator(__DIR__ . '/../Resources/config')); |
|
22 | + $loader = new Loader\XmlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config')); |
|
23 | 23 | $loader->load('services.xml'); |
24 | 24 | } |
25 | 25 | } |