@@ -229,7 +229,7 @@ discard block |
||
229 | 229 | /** |
230 | 230 | * Returns the account unique id. |
231 | 231 | * |
232 | - * @return mixed |
|
232 | + * @return integer |
|
233 | 233 | */ |
234 | 234 | public function getId() |
235 | 235 | { |
@@ -316,7 +316,7 @@ discard block |
||
316 | 316 | /** |
317 | 317 | * Get contacts collection |
318 | 318 | * |
319 | - * @return Collection|Contact[] |
|
319 | + * @return Collection |
|
320 | 320 | */ |
321 | 321 | public function getContacts() |
322 | 322 | { |
@@ -80,7 +80,7 @@ |
||
80 | 80 | |
81 | 81 | /** |
82 | 82 | * @param LoggerInterface $logger |
83 | - * @param $sql |
|
83 | + * @param string $sql |
|
84 | 84 | * @param array $parameters |
85 | 85 | * @throws \Doctrine\DBAL\DBALException |
86 | 86 | */ |
@@ -59,7 +59,7 @@ discard block |
||
59 | 59 | /** |
60 | 60 | * Return list of supported activity classes |
61 | 61 | * |
62 | - * @return array |
|
62 | + * @return integer[] |
|
63 | 63 | */ |
64 | 64 | public function getSupportedActivityClasses() |
65 | 65 | { |
@@ -69,7 +69,7 @@ discard block |
||
69 | 69 | /** |
70 | 70 | * Check if given entity class is supports |
71 | 71 | * |
72 | - * @param $activityClass |
|
72 | + * @param string $activityClass |
|
73 | 73 | * |
74 | 74 | * @return bool |
75 | 75 | */ |
@@ -126,6 +126,7 @@ discard block |
||
126 | 126 | |
127 | 127 | /** |
128 | 128 | * {@inheritdoc} |
129 | + * @param Email $activity |
|
129 | 130 | */ |
130 | 131 | public function getDate($activity) |
131 | 132 | { |
@@ -202,7 +203,7 @@ discard block |
||
202 | 203 | } |
203 | 204 | |
204 | 205 | /** |
205 | - * @param object $target |
|
206 | + * @param EmailHolderInterface $target |
|
206 | 207 | * @return string |
207 | 208 | */ |
208 | 209 | protected function getTargetEmail($target) |
@@ -87,7 +87,7 @@ |
||
87 | 87 | /** |
88 | 88 | * @param int $channelId |
89 | 89 | * |
90 | - * @return BufferedQueryResultIterator|Channel[] |
|
90 | + * @return \CallbackFilterIterator |
|
91 | 91 | */ |
92 | 92 | protected function getChannels($channelId = null) |
93 | 93 | { |
@@ -9,7 +9,7 @@ |
||
9 | 9 | /** |
10 | 10 | * Return currency from given row |
11 | 11 | * |
12 | - * @return callable |
|
12 | + * @return \Closure |
|
13 | 13 | */ |
14 | 14 | public static function getResolverCurrencyClosure() |
15 | 15 | { |
@@ -114,9 +114,9 @@ |
||
114 | 114 | } |
115 | 115 | |
116 | 116 | /** |
117 | - * @param object $entity |
|
117 | + * @param Order $entity |
|
118 | 118 | * @param array $data |
119 | - * @param array $excludeProperties |
|
119 | + * @param string[] $excludeProperties |
|
120 | 120 | */ |
121 | 121 | public function setEntityPropertyValues($entity, array $data, array $excludeProperties = []) |
122 | 122 | { |
@@ -270,7 +270,7 @@ |
||
270 | 270 | } |
271 | 271 | |
272 | 272 | /** |
273 | - * @param array $items |
|
273 | + * @param RFMMetricCategory[] $items |
|
274 | 274 | * |
275 | 275 | * @return PersistentCollection |
276 | 276 | */ |
@@ -18,7 +18,7 @@ |
||
18 | 18 | /** |
19 | 19 | * Validate collection. |
20 | 20 | * |
21 | - * @param PersistentCollection|RFMMetricCategory[] $value |
|
21 | + * @param PersistentCollection $value |
|
22 | 22 | * @param CategoriesConstraint $constraint |
23 | 23 | * |
24 | 24 | * {@inheritdoc} |