@@ -15,7 +15,7 @@ discard block |
||
15 | 15 | |
16 | 16 | class StingerSoftPlatformBundle extends Bundle { |
17 | 17 | |
18 | - public static function getRequiredBundles($env) { |
|
18 | + public static function getRequiredBundles($env){ |
|
19 | 19 | $bundles = []; |
20 | 20 | $bundles['FrameworkBundle'] = '\Symfony\Bundle\FrameworkBundle\FrameworkBundle'; |
21 | 21 | $bundles['SecurityBundle'] = '\Symfony\Bundle\SecurityBundle\SecurityBundle'; |
@@ -29,7 +29,7 @@ discard block |
||
29 | 29 | if(in_array($env, [ |
30 | 30 | 'dev', |
31 | 31 | 'test' |
32 | - ], true)) { |
|
32 | + ], true)){ |
|
33 | 33 | $bundles['DebugBundle'] = '\Symfony\Bundle\DebugBundle\DebugBundle'; |
34 | 34 | $bundles['WebProfilerBundle'] = '\Symfony\Bundle\WebProfilerBundle\WebProfilerBundle'; |
35 | 35 | $bundles['SensioDistributionBundle'] = '\Sensio\Bundle\DistributionBundle\SensioDistributionBundle'; |
@@ -15,7 +15,7 @@ discard block |
||
15 | 15 | |
16 | 16 | class StingerSoftPlatformBundle extends Bundle { |
17 | 17 | |
18 | - public static function getRequiredBundles($env) { |
|
18 | + public static function getRequiredBundles($env){ |
|
19 | 19 | $bundles = []; |
20 | 20 | $bundles['FrameworkBundle'] = '\Symfony\Bundle\FrameworkBundle\FrameworkBundle'; |
21 | 21 | $bundles['SecurityBundle'] = '\Symfony\Bundle\SecurityBundle\SecurityBundle'; |
@@ -29,7 +29,7 @@ discard block |
||
29 | 29 | if(in_array($env, [ |
30 | 30 | 'dev', |
31 | 31 | 'test' |
32 | - ], true)) { |
|
32 | + ], true)){ |
|
33 | 33 | $bundles['DebugBundle'] = '\Symfony\Bundle\DebugBundle\DebugBundle'; |
34 | 34 | $bundles['WebProfilerBundle'] = '\Symfony\Bundle\WebProfilerBundle\WebProfilerBundle'; |
35 | 35 | $bundles['SensioDistributionBundle'] = '\Sensio\Bundle\DistributionBundle\SensioDistributionBundle'; |