Passed
Push — master ( b805a7...c1eb96 )
by Alain
03:11
created
src/DependencyHandlerInterface.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
- * DependencyHandlerInterface Interface.
4
- *
5
- * @package   BrightNucleus\Dependency
6
- * @author    Alain Schlesser <[email protected]>
7
- * @license   GPL-2.0+
8
- * @link      http://www.brightnucleus.com/
9
- * @copyright 2015-2016 Alain Schlesser, Bright Nucleus
10
- */
3
+	 * DependencyHandlerInterface Interface.
4
+	 *
5
+	 * @package   BrightNucleus\Dependency
6
+	 * @author    Alain Schlesser <[email protected]>
7
+	 * @license   GPL-2.0+
8
+	 * @link      http://www.brightnucleus.com/
9
+	 * @copyright 2015-2016 Alain Schlesser, Bright Nucleus
10
+	 */
11 11
 
12 12
 namespace BrightNucleus\Dependency;
13 13
 
Please login to merge, or discard this patch.
src/StyleHandler.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
- * StyleHandler Class.
4
- *
5
- * @package   BrightNucleus\Dependency
6
- * @author    Alain Schlesser <[email protected]>
7
- * @license   GPL-2.0+
8
- * @link      http://www.brightnucleus.com/
9
- * @copyright 2015 Alain Schlesser, Bright Nucleus
10
- */
3
+	 * StyleHandler Class.
4
+	 *
5
+	 * @package   BrightNucleus\Dependency
6
+	 * @author    Alain Schlesser <[email protected]>
7
+	 * @license   GPL-2.0+
8
+	 * @link      http://www.brightnucleus.com/
9
+	 * @copyright 2015 Alain Schlesser, Bright Nucleus
10
+	 */
11 11
 
12 12
 namespace BrightNucleus\Dependency;
13 13
 
Please login to merge, or discard this patch.
src/DependencyManagerInterface.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
- * DependencyManagerInterface Interface.
4
- *
5
- * @package   BrightNucleus\Dependency
6
- * @author    Alain Schlesser <[email protected]>
7
- * @license   GPL-2.0+
8
- * @link      http://www.brightnucleus.com/
9
- * @copyright 2015 Alain Schlesser, Bright NucleusInterface
10
- */
3
+	 * DependencyManagerInterface Interface.
4
+	 *
5
+	 * @package   BrightNucleus\Dependency
6
+	 * @author    Alain Schlesser <[email protected]>
7
+	 * @license   GPL-2.0+
8
+	 * @link      http://www.brightnucleus.com/
9
+	 * @copyright 2015 Alain Schlesser, Bright NucleusInterface
10
+	 */
11 11
 
12 12
 namespace BrightNucleus\Dependency;
13 13
 
Please login to merge, or discard this patch.
src/DependencyManager.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
- * DependencyManager Class.
4
- *
5
- * @package   BrightNucleus\Dependency
6
- * @author    Alain Schlesser <[email protected]>
7
- * @license   GPL-2.0+
8
- * @link      http://www.brightnucleus.com/
9
- * @copyright 2015 Alain Schlesser, Bright NucleusInterface
10
- */
3
+	 * DependencyManager Class.
4
+	 *
5
+	 * @package   BrightNucleus\Dependency
6
+	 * @author    Alain Schlesser <[email protected]>
7
+	 * @license   GPL-2.0+
8
+	 * @link      http://www.brightnucleus.com/
9
+	 * @copyright 2015 Alain Schlesser, Bright NucleusInterface
10
+	 */
11 11
 
12 12
 namespace BrightNucleus\Dependency;
13 13
 
Please login to merge, or discard this patch.
src/AbstractDependencyHandler.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
- * AbstractDependencyHandler Class
4
- *
5
- * @package   BrightNucleus\Dependency
6
- * @author    Alain Schlesser <[email protected]>
7
- * @license   GPL-2.0+
8
- * @link      http://www.brightnucleus.com/
9
- * @copyright 2015-2016 Alain Schlesser, Bright Nucleus
10
- */
3
+	 * AbstractDependencyHandler Class
4
+	 *
5
+	 * @package   BrightNucleus\Dependency
6
+	 * @author    Alain Schlesser <[email protected]>
7
+	 * @license   GPL-2.0+
8
+	 * @link      http://www.brightnucleus.com/
9
+	 * @copyright 2015-2016 Alain Schlesser, Bright Nucleus
10
+	 */
11 11
 
12 12
 namespace BrightNucleus\Dependency;
13 13
 
Please login to merge, or discard this patch.