Completed
Push — sf2.7 ( c3d5ae...a366eb )
by Laurent
03:04
created
src/AppBundle/Form/Type/ZoneStorageType.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
- * ZoneStorageType Form properties.
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
+     * ZoneStorageType Form properties.
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\Type;
16 16
 
17 17
 use Symfony\Component\Form\AbstractType;
Please login to merge, or discard this patch.
src/AppBundle/Form/Type/CompanyType.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
- * CompanyType Form properties.
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
+     * CompanyType Form properties.
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\Type;
16 16
 
17 17
 use Symfony\Component\Form\AbstractType;
Please login to merge, or discard this patch.
src/AppBundle/Form/Type/GroupType.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
- * GroupType Form properties.
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
+     * GroupType Form properties.
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\Type;
16 16
 
17 17
 use Symfony\Component\Form\AbstractType;
Please login to merge, or discard this patch.
src/AppBundle/Form/Type/SettingsType.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
- * SettingsType Form properties.
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
+     * SettingsType Form properties.
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\Type;
16 16
 
17 17
 use Symfony\Component\Form\AbstractType;
Please login to merge, or discard this patch.
src/AppBundle/Listener/LoginListener.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
- * LoginListener 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
+     * LoginListener 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\Listener;
16 16
 
17 17
 use FOS\UserBundle\FOSUserEvents;
Please login to merge, or discard this patch.
src/AppBundle/DataFixtures/ORM/UserFixtures.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
- * UserFixtures 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
+     * UserFixtures 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\DataFixtures\ORM;
16 16
 
17 17
 use Doctrine\Common\Persistence\ObjectManager;
Please login to merge, or discard this patch.
src/AppBundle/Menu/MenuBuilder.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
- * MenuBuilder KnpMenu.
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
+     * MenuBuilder KnpMenu.
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\Menu;
16 16
 
17 17
 use Knp\Menu\FactoryInterface;
Please login to merge, or discard this patch.
src/AppBundle/Controller/Settings/Divers/FamilyLogController.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
- * FamilyLogController controller des familles logistiques.
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
+     * FamilyLogController controller des familles logistiques.
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\Divers;
16 16
 
17 17
 use Symfony\Component\HttpFoundation\Request;
Please login to merge, or discard this patch.
src/AppBundle/Controller/Settings/Divers/UnitStorageController.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
- * UnitStorageController controller des unités de stockage.
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
+     * UnitStorageController controller des unités de stockage.
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\Divers;
16 16
 
17 17
 use Symfony\Component\HttpFoundation\Request;
Please login to merge, or discard this patch.