Completed
Push — sf2.7 ( c3d5ae...a366eb )
by Laurent
03:04
created
src/AppBundle/Controller/Settings/ApplicationController.php 1 patch
Indentation   +12 added lines, -12 removed lines patch added patch discarded remove patch
@@ -1,17 +1,17 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * ApplicationController controller de configuration de l'application.
4
- *
5
- * PHP Version 5
6
- *
7
- * @author    Quétier Laurent <[email protected]>
8
- * @copyright 2014 Dev-Int GLSR
9
- * @license   http://opensource.org/licenses/gpl-license.php GNU Public License
10
- *
11
- * @version   since 1.0.0
12
- *
13
- * @link      https://github.com/Dev-Int/glsr
14
- */
3
+     * ApplicationController controller de configuration de l'application.
4
+     *
5
+     * PHP Version 5
6
+     *
7
+     * @author    Quétier Laurent <[email protected]>
8
+     * @copyright 2014 Dev-Int GLSR
9
+     * @license   http://opensource.org/licenses/gpl-license.php GNU Public License
10
+     *
11
+     * @version   since 1.0.0
12
+     *
13
+     * @link      https://github.com/Dev-Int/glsr
14
+     */
15 15
 namespace AppBundle\Controller\Settings;
16 16
 
17 17
 use Symfony\Component\HttpFoundation\Request;
Please login to merge, or discard this patch.
src/AppBundle/Controller/GroupController.php 1 patch
Indentation   +12 added lines, -12 removed lines patch added patch discarded remove patch
@@ -1,17 +1,17 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * GroupController controller des groupes d'utilisateurs.
4
- *
5
- * PHP Version 5
6
- *
7
- * @author    Quétier Laurent <[email protected]>
8
- * @copyright 2014 Dev-Int GLSR
9
- * @license   http://opensource.org/licenses/gpl-license.php GNU Public License
10
- *
11
- * @version   since 1.0.0
12
- *
13
- * @link      https://github.com/Dev-Int/glsr
14
- */
3
+     * GroupController controller des groupes d'utilisateurs.
4
+     *
5
+     * PHP Version 5
6
+     *
7
+     * @author    Quétier Laurent <[email protected]>
8
+     * @copyright 2014 Dev-Int GLSR
9
+     * @license   http://opensource.org/licenses/gpl-license.php GNU Public License
10
+     *
11
+     * @version   since 1.0.0
12
+     *
13
+     * @link      https://github.com/Dev-Int/glsr
14
+     */
15 15
 namespace AppBundle\Controller;
16 16
 
17 17
 use Symfony\Component\HttpFoundation\Request;
Please login to merge, or discard this patch.
src/AppBundle/Form/EventListener/AddSaveEditFieldSubscriber.php 1 patch
Indentation   +12 added lines, -12 removed lines patch added patch discarded remove patch
@@ -1,17 +1,17 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * AddSaveEditFieldSubscriber EventListener.
4
- *
5
- * PHP Version 5
6
- *
7
- * @author     Quétier Laurent <[email protected]>
8
- * @copyright  2014 Dev-Int GLSR
9
- * @license    http://opensource.org/licenses/gpl-license.php GNU Public License
10
- *
11
- * @version    since 1.0.0
12
- *
13
- * @link       https://github.com/Dev-Int/glsr
14
- */
3
+     * AddSaveEditFieldSubscriber EventListener.
4
+     *
5
+     * PHP Version 5
6
+     *
7
+     * @author     Quétier Laurent <[email protected]>
8
+     * @copyright  2014 Dev-Int GLSR
9
+     * @license    http://opensource.org/licenses/gpl-license.php GNU Public License
10
+     *
11
+     * @version    since 1.0.0
12
+     *
13
+     * @link       https://github.com/Dev-Int/glsr
14
+     */
15 15
 namespace AppBundle\Form\EventListener;
16 16
 
17 17
 use Symfony\Component\Form\FormEvent;
Please login to merge, or discard this patch.
src/AppBundle/Entity/Group.php 1 patch
Indentation   +12 added lines, -12 removed lines patch added patch discarded remove patch
@@ -1,17 +1,17 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Entité Group.
4
- *
5
- * PHP Version 5
6
- *
7
- * @author     Quétier Laurent <[email protected]>
8
- * @copyright  2014 Dev-Int GLSR
9
- * @license    http://opensource.org/licenses/gpl-license.php GNU Public License
10
- *
11
- * @version    since 1.0.0
12
- *
13
- * @link       https://github.com/Dev-Int/glsr
14
- */
3
+     * Entité Group.
4
+     *
5
+     * PHP Version 5
6
+     *
7
+     * @author     Quétier Laurent <[email protected]>
8
+     * @copyright  2014 Dev-Int GLSR
9
+     * @license    http://opensource.org/licenses/gpl-license.php GNU Public License
10
+     *
11
+     * @version    since 1.0.0
12
+     *
13
+     * @link       https://github.com/Dev-Int/glsr
14
+     */
15 15
 namespace AppBundle\Entity;
16 16
 
17 17
 use FOS\UserBundle\Model\Group as BaseGroup;
Please login to merge, or discard this patch.