@@ -31,7 +31,7 @@ |
||
31 | 31 | |
32 | 32 | $loader = new Loader\YamlFileLoader( |
33 | 33 | $container, |
34 | - new FileLocator(__DIR__ . '/../Resources/config') |
|
34 | + new FileLocator(__DIR__.'/../Resources/config') |
|
35 | 35 | ); |
36 | 36 | |
37 | 37 | $loader->load('services.yml'); |
@@ -66,7 +66,7 @@ |
||
66 | 66 | { |
67 | 67 | if ($this->isTagIncorrect($tag)) { |
68 | 68 | throw new \InvalidArgumentException( |
69 | - sprintf('provider "%s" must specify the "index"' . |
|
69 | + sprintf('provider "%s" must specify the "index"'. |
|
70 | 70 | ' and "type" attribute.', |
71 | 71 | $providerId |
72 | 72 | ) |