Completed
Push — master ( fc9a62...628a17 )
by GBProd
02:30
created
ElasticaProviderBundle/DependencyInjection/ElasticaProviderExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
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');
Please login to merge, or discard this patch.
DependencyInjection/Compiler/ProviderCompilerPass.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('provider "%s" must specify the "index"' .
69
+                sprintf('provider "%s" must specify the "index"'.
70 70
                     ' and "type" attribute.',
71 71
                     $providerId
72 72
                 )
Please login to merge, or discard this patch.