Passed
Branch nightly (b3725c)
by Fariz
02:01
created
config/cache.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -9,8 +9,8 @@  discard block
 block discarded – undo
9 9
  * @link		https://stupidlysimple.github.io/
10 10
  */
11 11
 return [
12
-  'enabled'   => false,
13
-  'settings'  => [
12
+    'enabled'   => false,
13
+    'settings'  => [
14 14
     /*
15 15
      * Default storage
16 16
      * if you set this storage => 'files', then $cache = phpFastCache(); <-- will be files cache
@@ -68,5 +68,5 @@  discard block
 block discarded – undo
68 68
      * Use 1 as normal traditional, 2 = phpfastcache fastest as default, 3 = phpfastcache memory stable
69 69
      */
70 70
     'caching_method' => 2,
71
-  ],
71
+    ],
72 72
 ];
Please login to merge, or discard this patch.
config/database.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -10,8 +10,8 @@  discard block
 block discarded – undo
10 10
  */
11 11
 return
12 12
 [
13
-  'enabled'   => true,
14
-  'settings'  => [
13
+    'enabled'   => true,
14
+    'settings'  => [
15 15
     'host'      => 'localhost',
16 16
     'driver'    => 'mysql',
17 17
     'database'  => 'stupidlysimple',
@@ -20,5 +20,5 @@  discard block
 block discarded – undo
20 20
     'charset'   => 'utf8',
21 21
     'collation' => 'utf8_unicode_ci',
22 22
     'prefix'    => '',
23
-  ],
23
+    ],
24 24
 ];
Please login to merge, or discard this patch.
config/timetrackr.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,5 +10,5 @@
 block discarded – undo
10 10
  */
11 11
 return
12 12
 [
13
-  'timezone' => 'Asia/Kuala_Lumpur',
13
+    'timezone' => 'Asia/Kuala_Lumpur',
14 14
 ];
Please login to merge, or discard this patch.