We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 301d0c3 commit 1684bb4Copy full SHA for 1684bb4
1 file changed
tests/system/Cookie/CookieTest.php
@@ -15,7 +15,6 @@
15
use CodeIgniter\Test\CIUnitTestCase;
16
use Config\Cookie as CookieConfig;
17
use DateTimeImmutable;
18
-use DateTimeInterface;
19
use DateTimeZone;
20
use Generator;
21
use LogicException;
@@ -169,7 +168,7 @@ public function testExpirationTime(): void
169
168
/**
170
* @dataProvider invalidExpiresProvider
171
*
172
- * @param DateTimeInterface|int|string $expires
+ * @param bool|float|string $expires
173
*/
174
public function testInvalidExpires($expires): void
175
{
0 commit comments