Completed
Push — sf2.7 ( c3d5ae...a366eb )
by Laurent
03:04
created
src/AppBundle/Controller/Settings/Divers/ZoneStorageController.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
- * ZoneStorageController controller des zones 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
+     * ZoneStorageController controller des zones 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.
src/AppBundle/Controller/Settings/CompanyController.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
- * CompanyController controller de configuration de l'établissement.
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
+     * CompanyController controller de configuration de l'établissement.
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/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.
src/AppBundle/Entity/Article.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -296,7 +296,7 @@  discard block
 block discarded – undo
296 296
     /**
297 297
      * Get supplier.
298 298
      *
299
-     * @return Supplier
299
+     * @return string
300 300
      */
301 301
     public function getSupplier()
302 302
     {
@@ -320,7 +320,7 @@  discard block
 block discarded – undo
320 320
     /**
321 321
      * Get unit_storage.
322 322
      *
323
-     * @return UnitStorage
323
+     * @return string
324 324
      */
325 325
     public function getUnitStorage()
326 326
     {
@@ -357,7 +357,7 @@  discard block
 block discarded – undo
357 357
     /**
358 358
      * Get zone_storages.
359 359
      *
360
-     * @return \Doctrine\Common\Collections\Collection
360
+     * @return string
361 361
      */
362 362
     public function getZoneStorages()
363 363
     {
@@ -381,7 +381,7 @@  discard block
 block discarded – undo
381 381
     /**
382 382
      * Get family_log.
383 383
      *
384
-     * @return FamilyLog
384
+     * @return string
385 385
      */
386 386
     public function getFamilyLog()
387 387
     {
Please login to merge, or discard this patch.