@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Charcoal\Admin\Widget\Cms; |
4 | 4 | |
5 | -use Exception; |
|
6 | 5 | use RuntimeException; |
7 | 6 | |
8 | 7 | // From 'charcoal-core' |
@@ -243,7 +243,7 @@ discard block |
||
243 | 243 | } |
244 | 244 | |
245 | 245 | /** |
246 | - * @param string|DateTimeInterface $newsDate The news date. |
|
246 | + * @param string $newsDate The news date. |
|
247 | 247 | * @throws InvalidArgumentException If the timestamp is invalid. |
248 | 248 | * @return self |
249 | 249 | */ |
@@ -360,7 +360,7 @@ discard block |
||
360 | 360 | } |
361 | 361 | |
362 | 362 | /** |
363 | - * @return Translation|string|null |
|
363 | + * @return null|Translation |
|
364 | 364 | */ |
365 | 365 | public function defaultMetaDescription() |
366 | 366 | { |
@@ -7,11 +7,8 @@ discard block |
||
7 | 7 | use InvalidArgumentException; |
8 | 8 | |
9 | 9 | // From PSR-7 |
10 | -use Psr\Http\Message\RequestInterface; |
|
11 | -use Psr\Http\Message\ResponseInterface; |
|
12 | 10 | |
13 | 11 | // From Pimple |
14 | -use Pimple\Container; |
|
15 | 12 | |
16 | 13 | // From 'charcoal-object' |
17 | 14 | use Charcoal\Object\Content; |
@@ -31,7 +28,6 @@ discard block |
||
31 | 28 | use Charcoal\Cms\SearchableInterface; |
32 | 29 | use Charcoal\Cms\SearchableTrait; |
33 | 30 | use Charcoal\Cms\TemplateableInterface; |
34 | -use Charcoal\Cms\Support\Helpers\DateHelper; |
|
35 | 31 | |
36 | 32 | /** |
37 | 33 | * News |
@@ -363,7 +363,7 @@ discard block |
||
363 | 363 | /** |
364 | 364 | * Retrieve the menus this object belongs to. |
365 | 365 | * |
366 | - * @return Translation|string|null |
|
366 | + * @return string[] |
|
367 | 367 | */ |
368 | 368 | public function inMenu() |
369 | 369 | { |
@@ -430,7 +430,7 @@ discard block |
||
430 | 430 | } |
431 | 431 | |
432 | 432 | /** |
433 | - * @return Translation|string|null |
|
433 | + * @return null|Translation |
|
434 | 434 | */ |
435 | 435 | public function defaultMetaDescription() |
436 | 436 | { |
@@ -5,7 +5,6 @@ |
||
5 | 5 | use InvalidArgumentException; |
6 | 6 | |
7 | 7 | // From 'charcoal-core' |
8 | -use Charcoal\Model\Collection; |
|
9 | 8 | use Charcoal\Loader\CollectionLoader; |
10 | 9 | |
11 | 10 | // From 'charcoal-object' |
@@ -83,7 +83,7 @@ discard block |
||
83 | 83 | // ========================================================================== |
84 | 84 | |
85 | 85 | /** |
86 | - * @return mixed |
|
86 | + * @return string |
|
87 | 87 | */ |
88 | 88 | public function defaultMetaTitle() |
89 | 89 | { |
@@ -91,7 +91,7 @@ discard block |
||
91 | 91 | } |
92 | 92 | |
93 | 93 | /** |
94 | - * @return mixed |
|
94 | + * @return string |
|
95 | 95 | */ |
96 | 96 | public function defaultMetaDescription() |
97 | 97 | { |
@@ -99,7 +99,7 @@ discard block |
||
99 | 99 | } |
100 | 100 | |
101 | 101 | /** |
102 | - * @return mixed |
|
102 | + * @return string |
|
103 | 103 | */ |
104 | 104 | public function defaultMetaImage() |
105 | 105 | { |
@@ -107,7 +107,7 @@ discard block |
||
107 | 107 | } |
108 | 108 | |
109 | 109 | /** |
110 | - * @return mixed |
|
110 | + * @return string |
|
111 | 111 | */ |
112 | 112 | public function defaultMetaUrl() |
113 | 113 | { |
@@ -232,7 +232,7 @@ |
||
232 | 232 | // ========================================================================== |
233 | 233 | |
234 | 234 | /** |
235 | - * @return mixed |
|
235 | + * @return string |
|
236 | 236 | */ |
237 | 237 | public function defaultFromEmail() |
238 | 238 | { |
@@ -59,7 +59,7 @@ |
||
59 | 59 | } |
60 | 60 | |
61 | 61 | /** |
62 | - * @return boolean Entry cycle. |
|
62 | + * @return string Entry cycle. |
|
63 | 63 | */ |
64 | 64 | public function entryCycle() |
65 | 65 | { |
@@ -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 | { |
@@ -85,7 +85,7 @@ discard block |
||
85 | 85 | } |
86 | 86 | |
87 | 87 | /** |
88 | - * @param mixed $date The news date to filter |
|
88 | + * @param DateTime $date The news date to filter |
|
89 | 89 | * [startDate, endDate] |
90 | 90 | * DateTimeInterface |
91 | 91 | * string. |
@@ -101,7 +101,7 @@ discard block |
||
101 | 101 | } |
102 | 102 | |
103 | 103 | /** |
104 | - * @param mixed $date The news date to filter |
|
104 | + * @param DateTime $date The news date to filter |
|
105 | 105 | * [startDate, endDate] |
106 | 106 | * DateTimeInterface |
107 | 107 | * string. |
@@ -121,7 +121,7 @@ discard block |
||
121 | 121 | // ========================================================================== |
122 | 122 | |
123 | 123 | /** |
124 | - * @return mixed |
|
124 | + * @return string |
|
125 | 125 | */ |
126 | 126 | public function lifespan() |
127 | 127 | { |
@@ -213,7 +213,7 @@ |
||
213 | 213 | // ========================================================================== |
214 | 214 | |
215 | 215 | /** |
216 | - * @return object |
|
216 | + * @return string |
|
217 | 217 | */ |
218 | 218 | public function objType() |
219 | 219 | { |
@@ -2,8 +2,6 @@ discard block |
||
2 | 2 | |
3 | 3 | namespace Charcoal\Cms\Service\Loader; |
4 | 4 | |
5 | -use Exception; |
|
6 | - |
|
7 | 5 | // From 'charcoal-core' |
8 | 6 | use Charcoal\Loader\CollectionLoader; |
9 | 7 | |
@@ -11,7 +9,6 @@ discard block |
||
11 | 9 | use Charcoal\Object\ObjectRoute; |
12 | 10 | |
13 | 11 | // From 'charcoal-translator' |
14 | -use Charcoal\Translator\TranslatorAwareTrait; |
|
15 | 12 | |
16 | 13 | /** |
17 | 14 | * Section Loader |