Passed
Pull Request — master (#153)
by
unknown
07:37
created
src/DependencyInjection/BitBagSyliusElasticsearchExtension.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
 
28 28
     public function prepend(ContainerBuilder $container)
29 29
     {
30
-       // dump("je passe dans preprend");
30
+        // dump("je passe dans preprend");
31 31
         $configs = $container->getExtensionConfig($this->getAlias());
32 32
         $config = $this->processConfiguration(new Configuration(), $configs);
33 33
         $container->setParameter('bitbag_es_filter_attributes_max', $config['filter_attributes_max']);
Please login to merge, or discard this patch.
src/DependencyInjection/Configuration.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
                         ->arrayNode('attributes')
25 25
                             ->scalarPrototype()->end()
26 26
                             ->defaultValue([])
27
-                         ->end()
27
+                            ->end()
28 28
                     ->end()
29 29
                 ->end()
30 30
                 ->integerNode('filter_attributes_max')
Please login to merge, or discard this patch.