@@ -24,7 +24,7 @@ |
||
| 24 | 24 | |
| 25 | 25 | $loader = new Loader\YamlFileLoader( |
| 26 | 26 | $container, |
| 27 | - new FileLocator(__DIR__ . '/../Resources/config') |
|
| 27 | + new FileLocator(__DIR__.'/../Resources/config') |
|
| 28 | 28 | ); |
| 29 | 29 | |
| 30 | 30 | $loader->load('services.yml'); |
@@ -66,7 +66,7 @@ |
||
| 66 | 66 | { |
| 67 | 67 | if ($this->isTagIncorrect($tag)) { |
| 68 | 68 | throw new \InvalidArgumentException( |
| 69 | - sprintf('DataProvider "%s" must specify the "index"' . |
|
| 69 | + sprintf('DataProvider "%s" must specify the "index"'. |
|
| 70 | 70 | ' and "type" attribute.', |
| 71 | 71 | $providerId |
| 72 | 72 | ) |