Passed
Push — master ( dfefd8...d9a39c )
by Mazarini
09:24
created
Category
config/bundles.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 
3 3
 return [
4
-    Mazarini\DesignBundle\MazariniDesignBundle::class => ['dev' => true,'test' => true],
4
+    Mazarini\DesignBundle\MazariniDesignBundle::class => ['dev' => true, 'test' => true],
5 5
     Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
6 6
     Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle::class => ['all' => true],
7 7
     Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true],
Please login to merge, or discard this patch.