@@ -50,7 +50,7 @@ discard block |
||
50 | 50 | * The real implementation of this method is auto generated. |
51 | 51 | * |
52 | 52 | * @param object $target Any configurable entity that can be associated with this activity |
53 | - * @return object This object |
|
53 | + * @return ExtendActivity This object |
|
54 | 54 | */ |
55 | 55 | public function addActivityTarget($target) |
56 | 56 | { |
@@ -63,7 +63,7 @@ discard block |
||
63 | 63 | * The real implementation of this method is auto generated. |
64 | 64 | * |
65 | 65 | * @param object $target Any configurable entity that can be associated with this activity |
66 | - * @return object This object |
|
66 | + * @return ExtendActivity This object |
|
67 | 67 | */ |
68 | 68 | public function removeActivityTarget($target) |
69 | 69 | { |
@@ -499,7 +499,7 @@ |
||
499 | 499 | } |
500 | 500 | |
501 | 501 | /** |
502 | - * @param $relatedActivityClass |
|
502 | + * @param string $relatedActivityClass |
|
503 | 503 | * |
504 | 504 | * @return self |
505 | 505 | */ |
@@ -369,7 +369,6 @@ |
||
369 | 369 | } |
370 | 370 | |
371 | 371 | /** |
372 | - * @param string $columnName |
|
373 | 372 | * |
374 | 373 | * @return string |
375 | 374 | */ |
@@ -369,7 +369,7 @@ |
||
369 | 369 | |
370 | 370 | /** |
371 | 371 | * @param int|null $id |
372 | - * @return AbstractAddress|\PHPUnit_Framework_MockObject_MockObject |
|
372 | + * @return AbstractAddress |
|
373 | 373 | */ |
374 | 374 | protected function createAddress($id = null) |
375 | 375 | { |
@@ -95,7 +95,7 @@ |
||
95 | 95 | /** |
96 | 96 | * @param string|null $email |
97 | 97 | * @param int $id |
98 | - * @return AbstractEmail|\PHPUnit_Framework_MockObject_MockObject |
|
98 | + * @return AbstractEmail |
|
99 | 99 | */ |
100 | 100 | protected function createEmail($email = null, $id = null) |
101 | 101 | { |
@@ -96,7 +96,7 @@ |
||
96 | 96 | /** |
97 | 97 | * @param string|null $phone |
98 | 98 | * @param int $id |
99 | - * @return AbstractPhone|\PHPUnit_Framework_MockObject_MockObject |
|
99 | + * @return AbstractPhone |
|
100 | 100 | */ |
101 | 101 | protected function createPhone($phone = null, $id = null) |
102 | 102 | { |
@@ -136,7 +136,7 @@ |
||
136 | 136 | * @param array $filters |
137 | 137 | * @param array $attributes |
138 | 138 | * @param int $lineno |
139 | - * @return AsseticNode |
|
139 | + * @return DebugAsseticNode |
|
140 | 140 | */ |
141 | 141 | protected function createDebugAsseticNode( |
142 | 142 | \Twig_NodeInterface $body, |
@@ -16,7 +16,7 @@ |
||
16 | 16 | protected $paramsToBind = []; |
17 | 17 | |
18 | 18 | /** |
19 | - * @param array $paramsToBind |
|
19 | + * @param string[] $paramsToBind |
|
20 | 20 | */ |
21 | 21 | public function __construct($paramsToBind = []) |
22 | 22 | { |
@@ -291,7 +291,7 @@ |
||
291 | 291 | /** |
292 | 292 | * Return url parameters from encoded string |
293 | 293 | * |
294 | - * @param $urlString |
|
294 | + * @param string $urlString |
|
295 | 295 | * @return array |
296 | 296 | * - parent class |
297 | 297 | * - field name |