@@ -52,7 +52,7 @@ |
||
52 | 52 | protected $secondLevelCacheDriverImpl = null; |
53 | 53 | |
54 | 54 | /** |
55 | - * @param array $paths |
|
55 | + * @param string[] $paths |
|
56 | 56 | * @param mixed $alias |
57 | 57 | * |
58 | 58 | * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver |
@@ -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; |
@@ -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; |
@@ -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; |
@@ -51,6 +51,10 @@ |
||
51 | 51 | $this->_em = $this->_getTestEntityManager(); |
52 | 52 | } |
53 | 53 | |
54 | + /** |
|
55 | + * @param string $dqlToBeTested |
|
56 | + * @param string $sqlToBeConfirmed |
|
57 | + */ |
|
54 | 58 | public function assertSqlGeneration($dqlToBeTested, $sqlToBeConfirmed) |
55 | 59 | { |
56 | 60 | try { |
@@ -51,6 +51,10 @@ |
||
51 | 51 | $this->_em = $this->_getTestEntityManager(); |
52 | 52 | } |
53 | 53 | |
54 | + /** |
|
55 | + * @param string $dqlToBeTested |
|
56 | + * @param string $sqlToBeConfirmed |
|
57 | + */ |
|
54 | 58 | public function assertSqlGeneration($dqlToBeTested, $sqlToBeConfirmed) |
55 | 59 | { |
56 | 60 | try { |
@@ -83,6 +83,7 @@ |
||
83 | 83 | |
84 | 84 | /** |
85 | 85 | * {@inheritDoc} |
86 | + * @param string $value |
|
86 | 87 | */ |
87 | 88 | public function setValue($object, $value = null) |
88 | 89 | { |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Doctrine\Instantiator\Instantiator; |
6 | 6 | use Doctrine\ORM\Mapping\ReflectionEmbeddedProperty; |
7 | -use Doctrine\Tests\Models\Mapping\Entity; |
|
8 | 7 | use ReflectionProperty; |
9 | 8 | |
10 | 9 | /** |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Doctrine\Tests\ORM\Functional; |
4 | 4 | |
5 | -use Doctrine\ORM\Query; |
|
6 | 5 | use Doctrine\Tests\Models\CMS\CmsUser; |
7 | 6 | use Doctrine\Tests\OrmFunctionalTestCase; |
8 | 7 |
@@ -223,7 +223,7 @@ discard block |
||
223 | 223 | |
224 | 224 | /** |
225 | 225 | * |
226 | - * @return kateglo\application\helpers\collections\ArrayCollection |
|
226 | + * @return ArrayCollection |
|
227 | 227 | */ |
228 | 228 | public function getTypes() |
229 | 229 | { |
@@ -320,7 +320,7 @@ discard block |
||
320 | 320 | |
321 | 321 | /** |
322 | 322 | * |
323 | - * @param kateglo\application\models\Lemma $lemma |
|
323 | + * @param Lemma $lemma |
|
324 | 324 | * @return void |
325 | 325 | */ |
326 | 326 | public function addLemma(Lemma $lemma) |
@@ -333,7 +333,7 @@ discard block |
||
333 | 333 | |
334 | 334 | /** |
335 | 335 | * |
336 | - * @param kateglo\application\models\Lemma $lemma |
|
336 | + * @param Lemma $lemma |
|
337 | 337 | * @return void |
338 | 338 | */ |
339 | 339 | public function removeLEmma(Lemma $lemma) |