Completed
Branch dev (ed4286)
by Sarah
04:25 queued 01:57
created
img/dynamic.php 1 patch
Indentation   +26 added lines, -26 removed lines patch added patch discarded remove patch
@@ -1,55 +1,55 @@
 block discarded – undo
1 1
 <?php return array (
2
-  'components' => 
3
-  array (
2
+    'components' => 
3
+    array (
4 4
     'db' => 
5 5
     array (
6
-      'class' => 'yii\\db\\Connection',
7
-      'dsn' => 'mysql:host=127.0.0.1;dbname=installer',
8
-      'username' => 'root',
9
-      'password' => 'root',
10
-      'charset' => 'utf8',
6
+        'class' => 'yii\\db\\Connection',
7
+        'dsn' => 'mysql:host=127.0.0.1;dbname=installer',
8
+        'username' => 'root',
9
+        'password' => 'root',
10
+        'charset' => 'utf8',
11 11
     ),
12 12
     'user' => 
13 13
     array (
14 14
     ),
15 15
     'mailer' => 
16 16
     array (
17
-      'transport' => 
18
-      array (
17
+        'transport' => 
18
+        array (
19 19
         'class' => 'Swift_MailTransport',
20
-      ),
20
+        ),
21 21
     ),
22 22
     'view' => 
23 23
     array (
24
-      'theme' => 
25
-      array (
24
+        'theme' => 
25
+        array (
26 26
         'name' => 'HumHub',
27
-      ),
27
+        ),
28 28
     ),
29 29
     'formatter' => 
30 30
     array (
31
-      'defaultTimeZone' => 'Europe/Berlin',
31
+        'defaultTimeZone' => 'Europe/Berlin',
32 32
     ),
33 33
     'formatterApp' => 
34 34
     array (
35
-      'defaultTimeZone' => 'Europe/Berlin',
36
-      'timeZone' => 'Europe/Berlin',
35
+        'defaultTimeZone' => 'Europe/Berlin',
36
+        'timeZone' => 'Europe/Berlin',
37
+    ),
37 38
     ),
38
-  ),
39
-  'params' => 
40
-  array (
39
+    'params' => 
40
+    array (
41 41
     'installer' => 
42 42
     array (
43
-      'db' => 
44
-      array (
43
+        'db' => 
44
+        array (
45 45
         'installer_hostname' => '127.0.0.1',
46 46
         'installer_database' => 'installer',
47
-      ),
47
+        ),
48 48
     ),
49 49
     'config_created_at' => 1440430541,
50 50
     'installed' => true,
51
-  ),
52
-  'name' => 'Installer',
53
-  'language' => 'de',
54
-  'timeZone' => 'Europe/Berlin',
51
+    ),
52
+    'name' => 'Installer',
53
+    'language' => 'de',
54
+    'timeZone' => 'Europe/Berlin',
55 55
 ); ?>
Please login to merge, or discard this patch.