@@ -265,7 +265,7 @@ |
||
265 | 265 | } |
266 | 266 | |
267 | 267 | /** |
268 | - * @param null|string|DateTime $ts The "send date" datetime value. |
|
268 | + * @param string $ts The "send date" datetime value. |
|
269 | 269 | * @throws InvalidArgumentException If the ts is not a valid datetime value. |
270 | 270 | * @return self |
271 | 271 | */ |
@@ -23,7 +23,6 @@ |
||
23 | 23 | use Charcoal\Factory\FactoryInterface; |
24 | 24 | |
25 | 25 | // From 'locomotivemtl/charcoal-view' |
26 | -use Charcoal\View\GenericView; |
|
27 | 26 | use Charcoal\View\ViewableInterface; |
28 | 27 | use Charcoal\View\ViewableTrait; |
29 | 28 |
@@ -5,7 +5,6 @@ |
||
5 | 5 | namespace Charcoal\Email; |
6 | 6 | |
7 | 7 | use Exception; |
8 | -use InvalidArgumentException; |
|
9 | 8 | |
10 | 9 | // From 'pimple/pimple' |
11 | 10 | use Pimple\Container; |
@@ -160,7 +160,7 @@ |
||
160 | 160 | } |
161 | 161 | |
162 | 162 | /** |
163 | - * @return Closure |
|
163 | + * @return \Closure |
|
164 | 164 | */ |
165 | 165 | protected function getProcessedQueueCallback(): callable |
166 | 166 | { |