Completed
Push — master ( 2f345b...c11b34 )
by Carsten
15:14
created
ext_emconf.php 2 patches
Indentation   +37 added lines, -37 removed lines patch added patch discarded remove patch
@@ -1,32 +1,32 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 $EM_CONF[$_EXTKEY] = array (
3
-  'title' => 'Context Banner',
4
-  'description' => 'Adds a small Banner in both FE and BE and changes title tag to easier distinct development, testing and production context',
5
-  'category' => 'misc',
6
-  'shy' => 1,
7
-  'version' => '1.0.0',
8
-  'dependencies' => '',
9
-  'conflicts' => '',
10
-  'priority' => '',
11
-  'loadOrder' => '',
12
-  'module' => '',
13
-  'state' => 'stable',
14
-  'uploadfolder' => 1,
15
-  'createDirs' => '',
16
-  'modify_tables' => '',
17
-  'clearcacheonload' => 1,
18
-  'lockType' => '',
19
-  'author' => 'Carsten Windler',
20
-  'author_email' => '[email protected]',
21
-  'author_company' => '',
22
-  'CGLcompliance' => '',
23
-  'CGLcompliance_note' => '',
24
-  'constraints' => 
25
-  array (
3
+    'title' => 'Context Banner',
4
+    'description' => 'Adds a small Banner in both FE and BE and changes title tag to easier distinct development, testing and production context',
5
+    'category' => 'misc',
6
+    'shy' => 1,
7
+    'version' => '1.0.0',
8
+    'dependencies' => '',
9
+    'conflicts' => '',
10
+    'priority' => '',
11
+    'loadOrder' => '',
12
+    'module' => '',
13
+    'state' => 'stable',
14
+    'uploadfolder' => 1,
15
+    'createDirs' => '',
16
+    'modify_tables' => '',
17
+    'clearcacheonload' => 1,
18
+    'lockType' => '',
19
+    'author' => 'Carsten Windler',
20
+    'author_email' => '[email protected]',
21
+    'author_company' => '',
22
+    'CGLcompliance' => '',
23
+    'CGLcompliance_note' => '',
24
+    'constraints' => 
25
+    array (
26 26
     'depends' => 
27 27
     array (
28
-      'typo3' => '7.6.0-8.7.99',
29
-      'php' => '7.0.0-7.1.99',
28
+        'typo3' => '7.6.0-8.7.99',
29
+        'php' => '7.0.0-7.1.99',
30 30
     ),
31 31
     'conflicts' => 
32 32
     array (
@@ -34,22 +34,22 @@  discard block
 block discarded – undo
34 34
     'suggests' => 
35 35
     array (
36 36
     ),
37
-  ),
38
-  'suggests' => 
39
-  array (
40
-  ),
41
-  'autoload' => 
42
-  array (
37
+    ),
38
+    'suggests' => 
39
+    array (
40
+    ),
41
+    'autoload' => 
42
+    array (
43 43
     'psr-4' => 
44 44
     array (
45
-      'CarstenWindler\\ContextBanner\\' => 'Classes',
45
+        'CarstenWindler\\ContextBanner\\' => 'Classes',
46
+    ),
46 47
     ),
47
-  ),
48
-  'autoload-dev' => 
49
-  array (
48
+    'autoload-dev' => 
49
+    array (
50 50
     'psr-4' => 
51 51
     array (
52
-      'CarstenWindler\\ContextBanner\\Tests\\' => 'Tests',
52
+        'CarstenWindler\\ContextBanner\\Tests\\' => 'Tests',
53
+    ),
53 54
     ),
54
-  ),
55 55
 );
Please login to merge, or discard this 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.