Completed
Branch dev (ed4286)
by Sarah
04:25 queued 01:57
created
img/dynamic.php 1 patch
Spacing   +13 added lines, -13 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@  discard block
 block discarded – undo
1
-<?php return array (
1
+<?php return array(
2 2
   'components' => 
3
-  array (
3
+  array(
4 4
     'db' => 
5
-    array (
5
+    array(
6 6
       'class' => 'yii\\db\\Connection',
7 7
       'dsn' => 'mysql:host=127.0.0.1;dbname=installer',
8 8
       'username' => 'root',
@@ -10,38 +10,38 @@  discard block
 block discarded – undo
10 10
       'charset' => 'utf8',
11 11
     ),
12 12
     'user' => 
13
-    array (
13
+    array(
14 14
     ),
15 15
     'mailer' => 
16
-    array (
16
+    array(
17 17
       'transport' => 
18
-      array (
18
+      array(
19 19
         'class' => 'Swift_MailTransport',
20 20
       ),
21 21
     ),
22 22
     'view' => 
23
-    array (
23
+    array(
24 24
       'theme' => 
25
-      array (
25
+      array(
26 26
         'name' => 'HumHub',
27 27
       ),
28 28
     ),
29 29
     'formatter' => 
30
-    array (
30
+    array(
31 31
       'defaultTimeZone' => 'Europe/Berlin',
32 32
     ),
33 33
     'formatterApp' => 
34
-    array (
34
+    array(
35 35
       'defaultTimeZone' => 'Europe/Berlin',
36 36
       'timeZone' => 'Europe/Berlin',
37 37
     ),
38 38
   ),
39 39
   'params' => 
40
-  array (
40
+  array(
41 41
     'installer' => 
42
-    array (
42
+    array(
43 43
       'db' => 
44
-      array (
44
+      array(
45 45
         'installer_hostname' => '127.0.0.1',
46 46
         'installer_database' => 'installer',
47 47
       ),
Please login to merge, or discard this patch.
views/friendship/manage/list.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -22,10 +22,10 @@
 block discarded – undo
22 22
                 'header' => 'Actions',
23 23
                 'class' => 'yii\grid\ActionColumn',
24 24
                 'buttons' => [
25
-                    'update' => function () {
25
+                    'update' => function() {
26 26
                         return;
27 27
                     },
28
-                    'view' => function () {
28
+                    'view' => function() {
29 29
                         return;
30 30
                     },
31 31
                     'delete' => function($url, $model) {
Please login to merge, or discard this patch.