Passed
Push — main ( 1df9d5...7e4c53 )
by Dimitri
03:09
created
spec/application/app/Config/mail.php 1 patch
Indentation   +15 added lines, -15 removed lines patch added patch discarded remove patch
@@ -1,19 +1,19 @@
 block discarded – undo
1 1
 <?php 
2 2
 
3 3
 return [
4
-   'from'       => ['address' => '[email protected]', 'name' => 'Example'],
5
-   'handler'    => 'phpmailer',
6
-   'view_dir'   => 'emails',
7
-   'template'   => '',
8
-   'dsn'        => '',
9
-   'protocol'   => \BlitzPHP\Mail\Mail::PROTOCOL_SENDMAIL,
10
-   'host'       => 'localhost',
11
-   'username'   => '',
12
-   'password'   => '',
13
-   'port'       => 25,
14
-   'timeout'    => 5,
15
-   'encryption' => \BlitzPHP\Mail\Mail::ENCRYPTION_NONE,
16
-   'mailType'   => 'html',
17
-   'charset'    => \BlitzPHP\Mail\Mail::CHARSET_UTF8,
18
-   'priority'   => \BlitzPHP\Mail\Mail::PRIORITY_NORMAL,
4
+    'from'       => ['address' => '[email protected]', 'name' => 'Example'],
5
+    'handler'    => 'phpmailer',
6
+    'view_dir'   => 'emails',
7
+    'template'   => '',
8
+    'dsn'        => '',
9
+    'protocol'   => \BlitzPHP\Mail\Mail::PROTOCOL_SENDMAIL,
10
+    'host'       => 'localhost',
11
+    'username'   => '',
12
+    'password'   => '',
13
+    'port'       => 25,
14
+    'timeout'    => 5,
15
+    'encryption' => \BlitzPHP\Mail\Mail::ENCRYPTION_NONE,
16
+    'mailType'   => 'html',
17
+    'charset'    => \BlitzPHP\Mail\Mail::CHARSET_UTF8,
18
+    'priority'   => \BlitzPHP\Mail\Mail::PRIORITY_NORMAL,
19 19
 ];
Please login to merge, or discard this patch.