Completed
Branch master (7eae42)
by Thiago
14:03
created
src/Event/User/Create/After.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * This file is part of Skel system
4
- *
5
- * @license http://opensource.org/licenses/BSD-3-Clause BSD-3-Clause
6
- */
3
+     * This file is part of Skel system
4
+     *
5
+     * @license http://opensource.org/licenses/BSD-3-Clause BSD-3-Clause
6
+     */
7 7
 namespace Skel\Event\User\Create;
8 8
 
9 9
 use Skel\Bootstrap;
Please login to merge, or discard this patch.
src/Event/User/Create/Finish.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * This file is part of Skel system
4
- *
5
- * @license http://opensource.org/licenses/BSD-3-Clause BSD-3-Clause
6
- */
3
+     * This file is part of Skel system
4
+     *
5
+     * @license http://opensource.org/licenses/BSD-3-Clause BSD-3-Clause
6
+     */
7 7
 namespace Skel\Event\User\Create;
8 8
 
9 9
 use Skel\Bootstrap;
Please login to merge, or discard this patch.
bootstrap.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * This file is part of Skel system
4
- *
5
- * @copyright Skel
6
- * @license proprietary
7
- * @author Thiago Paes <[email protected]>
8
- */
3
+     * This file is part of Skel system
4
+     *
5
+     * @copyright Skel
6
+     * @license proprietary
7
+     * @author Thiago Paes <[email protected]>
8
+     */
9 9
 use Skel\Bootstrap;
10 10
 use Doctrine\Common\Annotations\AnnotationRegistry;
11 11
 
Please login to merge, or discard this patch.