Completed
Push — master ( a72999...2f345b )
by Carsten
14:45 queued 23s
created
ext_emconf.php 1 patch
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-9.5.99',
29
-      'php' => '7.0.0-7.2.99',
28
+        'typo3' => '7.6.0-9.5.99',
29
+        'php' => '7.0.0-7.2.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.