Completed
Branch master (6d7ade)
by Alain
03:01
created
src/Registerable.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
- * Registerable Interface.
4
- *
5
- * @package   BrightNucleus\Contract
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
+     * Registerable Interface.
4
+     *
5
+     * @package   BrightNucleus\Contract
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\Contract;
13 13
 
Please login to merge, or discard this patch.