@@ -216,7 +216,7 @@ |
||
216 | 216 | * @param string $name route/entity name |
217 | 217 | * @param string $route route name, if different from entity name |
218 | 218 | * @param array $params possible route parameters |
219 | - * @return Response |
|
219 | + * @return \Symfony\Component\HttpFoundation\RedirectResponse|null |
|
220 | 220 | */ |
221 | 221 | protected function saveFilter(FormInterface $form, $name, $route = null, array $params = null) |
222 | 222 | { |
@@ -1,17 +1,17 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * UserController controller des 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 | + * UserController controller des 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; |
@@ -129,7 +129,7 @@ |
||
129 | 129 | /** |
130 | 130 | * Set first_inventory. |
131 | 131 | * |
132 | - * @param datetime $firstInventory Date du premier inventaire |
|
132 | + * @param \DateTime $firstInventory Date du premier inventaire |
|
133 | 133 | * |
134 | 134 | * @return Settings |
135 | 135 | */ |
@@ -150,7 +150,7 @@ discard block |
||
150 | 150 | /** |
151 | 151 | * Get family_log. |
152 | 152 | * |
153 | - * @return FamilyLog |
|
153 | + * @return string |
|
154 | 154 | */ |
155 | 155 | public function getFamilyLog() |
156 | 156 | { |
@@ -174,7 +174,7 @@ discard block |
||
174 | 174 | /** |
175 | 175 | * Get sub_family_log. |
176 | 176 | * |
177 | - * @return SubFamilyLog |
|
177 | + * @return string |
|
178 | 178 | */ |
179 | 179 | public function getSubFamilyLog() |
180 | 180 | { |
@@ -94,8 +94,8 @@ |
||
94 | 94 | } |
95 | 95 | |
96 | 96 | /** |
97 | - * @depends testCreate |
|
98 | - */ |
|
97 | + * @depends testCreate |
|
98 | + */ |
|
99 | 99 | |
100 | 100 | public function testSort() { |
101 | 101 | $client = static::createClient(); |
@@ -70,7 +70,7 @@ |
||
70 | 70 | /** |
71 | 71 | * Test des entités |
72 | 72 | * |
73 | - * @return array |
|
73 | + * @return string|null |
|
74 | 74 | */ |
75 | 75 | private function testEntities() |
76 | 76 | { |
@@ -1,17 +1,17 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * DefaultController controller de l'application GLSR. |
|
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 | + * DefaultController controller de l'application GLSR. |
|
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\Bundle\FrameworkBundle\Controller\Controller; |
@@ -1,17 +1,17 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * TvaType 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 | + * TvaType 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; |
@@ -1,17 +1,17 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * UnitStorageType 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 | + * UnitStorageType 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; |
@@ -1,17 +1,17 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * FamilyLogType 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 | + * FamilyLogType 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; |
@@ -1,17 +1,17 @@ |
||
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; |