@@ -269,7 +269,7 @@ |
||
269 | 269 | } |
270 | 270 | |
271 | 271 | /** |
272 | - * @param array $recipient |
|
272 | + * @param Recipient $recipient |
|
273 | 273 | * @param string $cek |
274 | 274 | * @param array $additionalHeaders |
275 | 275 | * |
@@ -103,7 +103,7 @@ discard block |
||
103 | 103 | } |
104 | 104 | |
105 | 105 | /** |
106 | - * @param array $children |
|
106 | + * @param Object[] $children |
|
107 | 107 | * |
108 | 108 | * @return array |
109 | 109 | */ |
@@ -185,7 +185,7 @@ discard block |
||
185 | 185 | } |
186 | 186 | |
187 | 187 | /** |
188 | - * @param object $children |
|
188 | + * @param Object $children |
|
189 | 189 | */ |
190 | 190 | private static function verifyVersion(Object $children) |
191 | 191 | { |
@@ -195,7 +195,7 @@ discard block |
||
195 | 195 | } |
196 | 196 | |
197 | 197 | /** |
198 | - * @param object $children |
|
198 | + * @param Object $children |
|
199 | 199 | * @param string|null $x |
200 | 200 | * @param string|null $y |
201 | 201 | */ |
@@ -220,7 +220,7 @@ discard block |
||
220 | 220 | } |
221 | 221 | |
222 | 222 | /** |
223 | - * @param object $children |
|
223 | + * @param Object $children |
|
224 | 224 | * |
225 | 225 | * @return string |
226 | 226 | */ |
@@ -265,7 +265,7 @@ discard block |
||
265 | 265 | } |
266 | 266 | |
267 | 267 | /** |
268 | - * @param array $children |
|
268 | + * @param Object[] $children |
|
269 | 269 | * |
270 | 270 | * @return bool |
271 | 271 | */ |
@@ -103,7 +103,7 @@ discard block |
||
103 | 103 | } |
104 | 104 | |
105 | 105 | /** |
106 | - * @param array $children |
|
106 | + * @param Object[] $children |
|
107 | 107 | * |
108 | 108 | * @return array |
109 | 109 | */ |
@@ -185,7 +185,7 @@ discard block |
||
185 | 185 | } |
186 | 186 | |
187 | 187 | /** |
188 | - * @param object $children |
|
188 | + * @param Object $children |
|
189 | 189 | */ |
190 | 190 | private static function verifyVersion(Object $children) |
191 | 191 | { |
@@ -195,7 +195,7 @@ discard block |
||
195 | 195 | } |
196 | 196 | |
197 | 197 | /** |
198 | - * @param object $children |
|
198 | + * @param Object $children |
|
199 | 199 | * @param string|null $x |
200 | 200 | * @param string|null $y |
201 | 201 | */ |
@@ -220,7 +220,7 @@ discard block |
||
220 | 220 | } |
221 | 221 | |
222 | 222 | /** |
223 | - * @param object $children |
|
223 | + * @param Object $children |
|
224 | 224 | * |
225 | 225 | * @return string |
226 | 226 | */ |
@@ -265,7 +265,7 @@ discard block |
||
265 | 265 | } |
266 | 266 | |
267 | 267 | /** |
268 | - * @param array $children |
|
268 | + * @param Object[] $children |
|
269 | 269 | * |
270 | 270 | * @return bool |
271 | 271 | */ |