@@ -125,7 +125,7 @@ discard block |
||
125 | 125 | } |
126 | 126 | |
127 | 127 | /** |
128 | - * @param field_type $fooTitle |
|
128 | + * @param string $fooTitle |
|
129 | 129 | */ |
130 | 130 | public function setFooTitle($fooTitle) |
131 | 131 | { |
@@ -203,7 +203,7 @@ discard block |
||
203 | 203 | } |
204 | 204 | |
205 | 205 | /** |
206 | - * @param field_type $barTitle |
|
206 | + * @param string $barTitle |
|
207 | 207 | */ |
208 | 208 | public function setBarTitle($barTitle) |
209 | 209 | { |
@@ -292,7 +292,7 @@ discard block |
||
292 | 292 | /** |
293 | 293 | * Retrieve the orderNr property |
294 | 294 | * |
295 | - * @return int|null |
|
295 | + * @return integer |
|
296 | 296 | */ |
297 | 297 | public function getOrderNr() |
298 | 298 | { |
@@ -2,8 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Doctrine\Tests\ORM\Functional\Ticket; |
4 | 4 | |
5 | -use Doctrine\Common\Collections\ArrayCollection; |
|
6 | - |
|
7 | 5 | /** |
8 | 6 | * @group DDC-1113 |
9 | 7 | * @group DDC-1306 |
@@ -203,7 +203,7 @@ |
||
203 | 203 | } |
204 | 204 | |
205 | 205 | /** |
206 | - * @param Product $product |
|
206 | + * @param DDC1163Product $product |
|
207 | 207 | */ |
208 | 208 | public function setProduct(DDC1163Product $product) |
209 | 209 | { |
@@ -1,8 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | namespace Doctrine\Tests\ORM\Functional\Ticket; |
3 | 3 | |
4 | -use DateTime, Doctrine\DBAL\Types\Type; |
|
5 | - |
|
6 | 4 | class DDC1193Test extends \Doctrine\Tests\OrmFunctionalTestCase |
7 | 5 | { |
8 | 6 | protected function setUp() |
@@ -2,8 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Doctrine\Tests\ORM\Functional\Ticket; |
4 | 4 | |
5 | -use Doctrine\Common\Collections\ArrayCollection; |
|
6 | - |
|
7 | 5 | class DDC1209Test extends \Doctrine\Tests\OrmFunctionalTestCase |
8 | 6 | { |
9 | 7 | protected function setUp() |
@@ -2,9 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Doctrine\Tests\ORM\Functional\Ticket; |
4 | 4 | |
5 | -use Doctrine\Common\Collections\ArrayCollection; |
|
6 | -use Doctrine\Tests\Models\CMS\CmsEmployee; |
|
7 | - |
|
8 | 5 | /** |
9 | 6 | * @group DDC-1225 |
10 | 7 | */ |
@@ -2,9 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Doctrine\Tests\ORM\Functional\Ticket; |
4 | 4 | |
5 | -use Doctrine\Common\Collections\ArrayCollection; |
|
6 | -use Doctrine\Tests\Models\CMS\CmsEmployee; |
|
7 | - |
|
8 | 5 | /** |
9 | 6 | * @group DDC-1228 |
10 | 7 | * @group DDC-1226 |
@@ -90,6 +90,9 @@ |
||
90 | 90 | return $this->name; |
91 | 91 | } |
92 | 92 | |
93 | + /** |
|
94 | + * @param string $name |
|
95 | + */ |
|
93 | 96 | public function setName($name) |
94 | 97 | { |
95 | 98 | $this->name = $name; |
@@ -2,9 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Doctrine\Tests\ORM\Functional\Ticket; |
4 | 4 | |
5 | -use Doctrine\Common\Collections\ArrayCollection; |
|
6 | -use Doctrine\Tests\Models\CMS\CmsEmployee; |
|
7 | - |
|
8 | 5 | /** |
9 | 6 | * @group DDC-1238 |
10 | 7 | */ |
@@ -2,9 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Doctrine\Tests\ORM\Functional\Ticket; |
4 | 4 | |
5 | -use Doctrine\Common\Collections\ArrayCollection; |
|
6 | -use Doctrine\Tests\Models\CMS\CmsEmployee; |
|
7 | - |
|
8 | 5 | /** |
9 | 6 | * @group DDC-1250 |
10 | 7 | */ |