Completed
Push — master ( 249c98...80ae1e )
by GBProd
06:33
created
DependencyInjection/ElasticsearchDataProviderExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
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');
Please login to merge, or discard this patch.
DependencyInjection/Compiler/DataProviderCompilerPass.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
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
                 )
Please login to merge, or discard this patch.