Completed
Push — master ( 09db4e...e5b2f0 )
by Florian
02:51
created
StingerSoftPlatformBundle.php 2 patches
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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';
Please login to merge, or discard this patch.
Braces   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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';
Please login to merge, or discard this patch.