Completed
Push — symfony3-formsubmit ( 467f21...c50ee7 )
by Kamil
105:26 queued 88:49
created
src/Sylius/Bundle/CoreBundle/DependencyInjection/Configuration.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -98,7 +98,7 @@
 block discarded – undo
98 98
                                         ->scalarNode('factory')->defaultValue(Factory::class)->end()
99 99
                                     ->end()
100 100
                                 ->end()
101
-                             ->end()
101
+                                ->end()
102 102
                         ->end()
103 103
                     ->end()
104 104
                 ->end()
Please login to merge, or discard this patch.
src/Sylius/Component/Core/Model/Product.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -158,7 +158,7 @@
 block discarded – undo
158 158
     public function filterProductTaxonsByTaxon(TaxonInterface $taxon)
159 159
     {
160 160
         return $this->productTaxons->filter(function ($productTaxon) use ($taxon) {
161
-             return $taxon === $productTaxon->getTaxon();
161
+                return $taxon === $productTaxon->getTaxon();
162 162
         });
163 163
     }
164 164
 
Please login to merge, or discard this patch.