Passed
Push — master ( 75d544...753bad )
by Aimeos
18:37 queued 15:02
created
tests/Fixtures/config/bundles.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 
3 3
 return [
4
-    Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
5
-    Symfony\Bundle\WebServerBundle\WebServerBundle::class => ['dev' => true],
6
-    Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
7
-    Aimeos\ShopBundle\AimeosShopBundle::class => ['all' => true],
4
+	Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
5
+	Symfony\Bundle\WebServerBundle\WebServerBundle::class => ['dev' => true],
6
+	Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
7
+	Aimeos\ShopBundle\AimeosShopBundle::class => ['all' => true],
8 8
 ];
9 9
\ No newline at end of file
Please login to merge, or discard this patch.