@@ -149,7 +149,7 @@ discard block |
||
149 | 149 | |
150 | 150 | /** |
151 | 151 | * @param integer|null $id The news id. |
152 | - * @return mixed |
|
152 | + * @return NewsInterface |
|
153 | 153 | */ |
154 | 154 | public function entry($id = null) |
155 | 155 | { |
@@ -316,7 +316,7 @@ discard block |
||
316 | 316 | } |
317 | 317 | |
318 | 318 | /** |
319 | - * @return mixed The previous news |
|
319 | + * @return NewsInterface The previous news |
|
320 | 320 | */ |
321 | 321 | public function prev() |
322 | 322 | { |
@@ -328,7 +328,7 @@ discard block |
||
328 | 328 | } |
329 | 329 | |
330 | 330 | /** |
331 | - * @return mixed The next news |
|
331 | + * @return NewsInterface The next news |
|
332 | 332 | */ |
333 | 333 | public function next() |
334 | 334 | { |
@@ -400,7 +400,7 @@ discard block |
||
400 | 400 | |
401 | 401 | /** |
402 | 402 | * Amount of news (total) |
403 | - * @return integer How many news? |
|
403 | + * @return boolean How many news? |
|
404 | 404 | */ |
405 | 405 | public function numNews() |
406 | 406 | { |
@@ -442,7 +442,7 @@ discard block |
||
442 | 442 | } |
443 | 443 | |
444 | 444 | /** |
445 | - * @return mixed |
|
445 | + * @return string |
|
446 | 446 | */ |
447 | 447 | public function objType() |
448 | 448 | { |
@@ -450,7 +450,7 @@ discard block |
||
450 | 450 | } |
451 | 451 | |
452 | 452 | /** |
453 | - * @return mixed |
|
453 | + * @return string |
|
454 | 454 | */ |
455 | 455 | public function featIdent() |
456 | 456 | { |
@@ -230,7 +230,7 @@ discard block |
||
230 | 230 | |
231 | 231 | /** |
232 | 232 | * @param integer|null $id The event id. |
233 | - * @return mixed |
|
233 | + * @return EventInterface |
|
234 | 234 | */ |
235 | 235 | public function entry($id = null) |
236 | 236 | { |
@@ -398,7 +398,7 @@ discard block |
||
398 | 398 | } |
399 | 399 | |
400 | 400 | /** |
401 | - * @return mixed The previous event |
|
401 | + * @return EventInterface The previous event |
|
402 | 402 | */ |
403 | 403 | public function prev() |
404 | 404 | { |
@@ -410,7 +410,7 @@ discard block |
||
410 | 410 | } |
411 | 411 | |
412 | 412 | /** |
413 | - * @return mixed The next event |
|
413 | + * @return EventInterface The next event |
|
414 | 414 | */ |
415 | 415 | public function next() |
416 | 416 | { |
@@ -504,7 +504,7 @@ discard block |
||
504 | 504 | |
505 | 505 | /** |
506 | 506 | * Amount of event (total) |
507 | - * @return integer How many event? |
|
507 | + * @return boolean How many event? |
|
508 | 508 | */ |
509 | 509 | public function numEvent() |
510 | 510 | { |
@@ -567,7 +567,7 @@ discard block |
||
567 | 567 | } |
568 | 568 | |
569 | 569 | /** |
570 | - * @return mixed |
|
570 | + * @return string |
|
571 | 571 | */ |
572 | 572 | public function featIdent() |
573 | 573 | { |
@@ -55,7 +55,7 @@ |
||
55 | 55 | } |
56 | 56 | |
57 | 57 | /** |
58 | - * @return mixed |
|
58 | + * @return string[] |
|
59 | 59 | */ |
60 | 60 | public function name() |
61 | 61 | { |
@@ -86,7 +86,7 @@ |
||
86 | 86 | /** |
87 | 87 | * Retrieve the renderable object's template identifier. |
88 | 88 | * |
89 | - * @return mixed |
|
89 | + * @return string |
|
90 | 90 | */ |
91 | 91 | public function templateIdent() |
92 | 92 | { |
@@ -238,7 +238,7 @@ |
||
238 | 238 | /** |
239 | 239 | * Retrieve the form object's template controller identifier. |
240 | 240 | * |
241 | - * @return mixed |
|
241 | + * @return string |
|
242 | 242 | */ |
243 | 243 | public function controllerIdent() |
244 | 244 | { |
@@ -87,7 +87,7 @@ discard block |
||
87 | 87 | } |
88 | 88 | |
89 | 89 | /** |
90 | - * @param mixed $date The news date to filter |
|
90 | + * @param DateTime $date The news date to filter |
|
91 | 91 | * [startDate, endDate] |
92 | 92 | * DateTimeInterface |
93 | 93 | * string. |
@@ -103,7 +103,7 @@ discard block |
||
103 | 103 | } |
104 | 104 | |
105 | 105 | /** |
106 | - * @param mixed $date The news date to filter |
|
106 | + * @param DateTime $date The news date to filter |
|
107 | 107 | * [startDate, endDate] |
108 | 108 | * DateTimeInterface |
109 | 109 | * string. |
@@ -119,7 +119,7 @@ discard block |
||
119 | 119 | } |
120 | 120 | |
121 | 121 | /** |
122 | - * @return mixed |
|
122 | + * @return string |
|
123 | 123 | */ |
124 | 124 | public function lifespan() |
125 | 125 | { |
@@ -222,7 +222,7 @@ |
||
222 | 222 | } |
223 | 223 | |
224 | 224 | /** |
225 | - * @return object |
|
225 | + * @return string |
|
226 | 226 | */ |
227 | 227 | public function objType() |
228 | 228 | { |
@@ -258,7 +258,7 @@ discard block |
||
258 | 258 | } |
259 | 259 | |
260 | 260 | /** |
261 | - * @param string|DateTimeInterface|null $startDate Event starting date. |
|
261 | + * @param string $startDate Event starting date. |
|
262 | 262 | * @throws InvalidArgumentException If the timestamp is invalid. |
263 | 263 | * @return self |
264 | 264 | */ |
@@ -458,7 +458,7 @@ discard block |
||
458 | 458 | } |
459 | 459 | |
460 | 460 | /** |
461 | - * @return Translation|string|null |
|
461 | + * @return null|Translation |
|
462 | 462 | */ |
463 | 463 | public function defaultMetaDescription() |
464 | 464 | { |
@@ -166,7 +166,7 @@ |
||
166 | 166 | /** |
167 | 167 | * Retrieve the canonical URI of the object. |
168 | 168 | * |
169 | - * @return \Psr\Http\Message\UriInterface|string|null |
|
169 | + * @return UriInterface|null |
|
170 | 170 | */ |
171 | 171 | public function canonicalUrl() |
172 | 172 | { |