Test Setup Failed
Push — master ( ceb550...af5d10 )
by Alain
02:13
created
src/View/AbstractView.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
- * AbstractView
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
+     * AbstractView
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\View;
13 13
 
Please login to merge, or discard this patch.
src/View/PHPView.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
- * PHPView
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
+     * PHPView
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\View;
13 13
 
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
 
38 38
         ob_start();
39 39
 
40
-        include $this->viewLocation . '.php';
40
+        include $this->viewLocation.'.php';
41 41
 
42 42
         return ob_get_clean();
43 43
     }
Please login to merge, or discard this patch.
src/ViewInterface.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
- * ViewInterface
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
+     * ViewInterface
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.
views/sections/text/GenericSection.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
- * GenericSection Text View
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
+     * GenericSection Text View
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.