Completed
Branch master (7eae42)
by Thiago
14:03
created
src/Controller/Home/Index.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\Controller\Home;
8 8
 
9 9
 use Skel\Bootstrap as Application;
Please login to merge, or discard this patch.
src/Controller/Users/UserInterface.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\Controller\Users;
8 8
 
9 9
 use Skel\Bootstrap as Application;
Please login to merge, or discard this patch.
src/Controller/Users/User.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\Controller\Users;
8 8
 
9 9
 use Skel\Bootstrap as Application;
Please login to merge, or discard this patch.
src/Console/Stats/Stats.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\Console\Stats;
8 8
 
9 9
 use Knp\Command\Command;
Please login to merge, or discard this patch.
src/Console/Stats/StatsInterface.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\Console\Stats;
8 8
 
9 9
 use Symfony\Component\Console\Input\InputInterface;
Please login to merge, or discard this patch.
src/Response.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;
8 8
 
9 9
 use JMS\Serializer\SerializerBuilder;
Please login to merge, or discard this patch.
src/Bootstrap.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;
8 8
 
9 9
 use Skel\Response as View;
Please login to merge, or discard this patch.
src/Factory/Users/User.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\Factory\Users;
8 8
 
9 9
 use Skel\Entity\Users\User as UserModel;
Please login to merge, or discard this patch.
src/Service/ServiceInterface.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\Service;
8 8
 
9 9
 /**
Please login to merge, or discard this patch.