Test Setup Failed
Push — master ( ceb550...af5d10 )
by Alain
02:13
created
src/ChainMail.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
- * 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.
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.
src/SanitizerInterface.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
- * SanitizerInterface
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
+     * SanitizerInterface
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.