Passed
Push — master ( af5d10...a263b7 )
by Alain
02:39
created
config/defaults.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
      * specific view to be rendered.
20 20
      */
21 21
     'view_root_locations' => [
22
-        'default' => __DIR__ . '/../views',
22
+        'default' => __DIR__.'/../views',
23 23
     ],
24 24
 
25 25
     /*
Please login to merge, or discard this patch.
src/ChainMail.php 2 patches
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -1,13 +1,13 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * ChainMail
4
- *
5
- * @package   brightnucleus/chainmail
6
- * @author    Alain Schlesser <[email protected]>
7
- * @license   GPL-2.0+
8
- * @link      http://www.brightnucleus.com/
9
- * @copyright 2016 Alain Schlesser, Bright Nucleus
10
- */
3
+     * ChainMail
4
+     *
5
+     * @package   brightnucleus/chainmail
6
+     * @author    Alain Schlesser <[email protected]>
7
+     * @license   GPL-2.0+
8
+     * @link      http://www.brightnucleus.com/
9
+     * @copyright 2016 Alain Schlesser, Bright Nucleus
10
+     */
11 11
 
12 12
 namespace BrightNucleus\ChainMail;
13 13
 
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
 class ChainMail
28 28
 {
29 29
 
30
-    const DEFAULT_CONFIG = __DIR__ . '/../config/defaults.php';
30
+    const DEFAULT_CONFIG = __DIR__.'/../config/defaults.php';
31 31
 
32 32
     /**
33 33
      * Configuration Settings.
Please login to merge, or discard this patch.
src/Mail/AbstractMail.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -1,13 +1,13 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * AbstractMail
4
- *
5
- * @package   brightnucleus/chainmail
6
- * @author    Alain Schlesser <[email protected]>
7
- * @license   GPL-2.0+
8
- * @link      http://www.brightnucleus.com/
9
- * @copyright 2016 Alain Schlesser, Bright Nucleus
10
- */
3
+     * AbstractMail
4
+     *
5
+     * @package   brightnucleus/chainmail
6
+     * @author    Alain Schlesser <[email protected]>
7
+     * @license   GPL-2.0+
8
+     * @link      http://www.brightnucleus.com/
9
+     * @copyright 2016 Alain Schlesser, Bright Nucleus
10
+     */
11 11
 
12 12
 namespace BrightNucleus\ChainMail\Mail;
13 13
 
Please login to merge, or discard this patch.
src/Mail/HTMLMail.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -1,13 +1,13 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * HTMLMail
4
- *
5
- * @package   brightnucleus/chainmail
6
- * @author    Alain Schlesser <[email protected]>
7
- * @license   GPL-2.0+
8
- * @link      http://www.brightnucleus.com/
9
- * @copyright 2016 Alain Schlesser, Bright Nucleus
10
- */
3
+     * HTMLMail
4
+     *
5
+     * @package   brightnucleus/chainmail
6
+     * @author    Alain Schlesser <[email protected]>
7
+     * @license   GPL-2.0+
8
+     * @link      http://www.brightnucleus.com/
9
+     * @copyright 2016 Alain Schlesser, Bright Nucleus
10
+     */
11 11
 
12 12
 namespace BrightNucleus\ChainMail\Mail;
13 13
 
Please login to merge, or discard this patch.
src/Mail/TextMail.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -1,13 +1,13 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * TextMail
4
- *
5
- * @package   brightnucleus/chainmail
6
- * @author    Alain Schlesser <[email protected]>
7
- * @license   GPL-2.0+
8
- * @link      http://www.brightnucleus.com/
9
- * @copyright 2016 Alain Schlesser, Bright Nucleus
10
- */
3
+     * TextMail
4
+     *
5
+     * @package   brightnucleus/chainmail
6
+     * @author    Alain Schlesser <[email protected]>
7
+     * @license   GPL-2.0+
8
+     * @link      http://www.brightnucleus.com/
9
+     * @copyright 2016 Alain Schlesser, Bright Nucleus
10
+     */
11 11
 
12 12
 namespace BrightNucleus\ChainMail\Mail;
13 13
 
Please login to merge, or discard this patch.
src/MailInterface.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -1,13 +1,13 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * MailInterface
4
- *
5
- * @package   brightnucleus/chainmail
6
- * @author    Alain Schlesser <[email protected]>
7
- * @license   GPL-2.0+
8
- * @link      http://www.brightnucleus.com/
9
- * @copyright 2016 Alain Schlesser, Bright Nucleus
10
- */
3
+     * MailInterface
4
+     *
5
+     * @package   brightnucleus/chainmail
6
+     * @author    Alain Schlesser <[email protected]>
7
+     * @license   GPL-2.0+
8
+     * @link      http://www.brightnucleus.com/
9
+     * @copyright 2016 Alain Schlesser, Bright Nucleus
10
+     */
11 11
 
12 12
 namespace BrightNucleus\ChainMail;
13 13
 
Please login to merge, or discard this patch.
src/Renderable.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -1,13 +1,13 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Renderable
4
- *
5
- * @package   brightnucleus/chainmail
6
- * @author    Alain Schlesser <[email protected]>
7
- * @license   GPL-2.0+
8
- * @link      http://www.brightnucleus.com/
9
- * @copyright 2016 Alain Schlesser, Bright Nucleus
10
- */
3
+     * Renderable
4
+     *
5
+     * @package   brightnucleus/chainmail
6
+     * @author    Alain Schlesser <[email protected]>
7
+     * @license   GPL-2.0+
8
+     * @link      http://www.brightnucleus.com/
9
+     * @copyright 2016 Alain Schlesser, Bright Nucleus
10
+     */
11 11
 
12 12
 namespace BrightNucleus\ChainMail;
13 13
 
Please login to merge, or discard this patch.
src/Sanitizer/AbstractSanitizer.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -1,13 +1,13 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * AbstractSanitizer
4
- *
5
- * @package   brightnucleus/chainmail
6
- * @author    Alain Schlesser <[email protected]>
7
- * @license   GPL-2.0+
8
- * @link      http://www.brightnucleus.com/
9
- * @copyright 2016 Alain Schlesser, Bright Nucleus
10
- */
3
+     * AbstractSanitizer
4
+     *
5
+     * @package   brightnucleus/chainmail
6
+     * @author    Alain Schlesser <[email protected]>
7
+     * @license   GPL-2.0+
8
+     * @link      http://www.brightnucleus.com/
9
+     * @copyright 2016 Alain Schlesser, Bright Nucleus
10
+     */
11 11
 
12 12
 namespace BrightNucleus\ChainMail\Sanitizer;
13 13
 
Please login to merge, or discard this patch.
src/Sanitizer/TextSanitizer.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -1,13 +1,13 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * TextSanitizer
4
- *
5
- * @package   brightnucleus/chainmail
6
- * @author    Alain Schlesser <[email protected]>
7
- * @license   GPL-2.0+
8
- * @link      http://www.brightnucleus.com/
9
- * @copyright 2016 Alain Schlesser, Bright Nucleus
10
- */
3
+     * TextSanitizer
4
+     *
5
+     * @package   brightnucleus/chainmail
6
+     * @author    Alain Schlesser <[email protected]>
7
+     * @license   GPL-2.0+
8
+     * @link      http://www.brightnucleus.com/
9
+     * @copyright 2016 Alain Schlesser, Bright Nucleus
10
+     */
11 11
 
12 12
 namespace BrightNucleus\ChainMail\Sanitizer;
13 13
 
Please login to merge, or discard this patch.