@@ -60,7 +60,7 @@ |
||
60 | 60 | |
61 | 61 | /** |
62 | 62 | * @param Request $request |
63 | - * @param object $assetDocument |
|
63 | + * @param object $contentDocument |
|
64 | 64 | * @param array $filters |
65 | 65 | * |
66 | 66 | * @return Response |
@@ -23,7 +23,7 @@ |
||
23 | 23 | $configuration = new Configuration(); |
24 | 24 | $config = $this->processConfiguration($configuration, $configs); |
25 | 25 | |
26 | - $loader = new Loader\XmlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config')); |
|
26 | + $loader = new Loader\XmlFileLoader($container, new FileLocator(__DIR__ . '/../Resources/config')); |
|
27 | 27 | $loader->load('services.xml'); |
28 | 28 | |
29 | 29 | if (key_exists('codemirror', $config)) { |