Completed
Push — master ( 2f345b...c11b34 )
by Carsten
15:14
created
ext_emconf.php 1 patch
Spacing   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@  discard block
 block discarded – undo
1 1
 <?php
2
-$EM_CONF[$_EXTKEY] = array (
2
+$EM_CONF[$_EXTKEY] = array(
3 3
   'title' => 'Context Banner',
4 4
   'description' => 'Adds a small Banner in both FE and BE and changes title tag to easier distinct development, testing and production context',
5 5
   'category' => 'misc',
@@ -22,33 +22,33 @@  discard block
 block discarded – undo
22 22
   'CGLcompliance' => '',
23 23
   'CGLcompliance_note' => '',
24 24
   'constraints' => 
25
-  array (
25
+  array(
26 26
     'depends' => 
27
-    array (
27
+    array(
28 28
       'typo3' => '7.6.0-8.7.99',
29 29
       'php' => '7.0.0-7.1.99',
30 30
     ),
31 31
     'conflicts' => 
32
-    array (
32
+    array(
33 33
     ),
34 34
     'suggests' => 
35
-    array (
35
+    array(
36 36
     ),
37 37
   ),
38 38
   'suggests' => 
39
-  array (
39
+  array(
40 40
   ),
41 41
   'autoload' => 
42
-  array (
42
+  array(
43 43
     'psr-4' => 
44
-    array (
44
+    array(
45 45
       'CarstenWindler\\ContextBanner\\' => 'Classes',
46 46
     ),
47 47
   ),
48 48
   'autoload-dev' => 
49
-  array (
49
+  array(
50 50
     'psr-4' => 
51
-    array (
51
+    array(
52 52
       'CarstenWindler\\ContextBanner\\Tests\\' => 'Tests',
53 53
     ),
54 54
   ),
Please login to merge, or discard this patch.