8000 Correct type hinting · symfony/symfony@7694b6b · GitHub
[go: up one dir, main page]

Skip to content

Commit 7694b6b

Browse files
committed
Correct type hinting
1 parent 579a515 commit 7694b6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/HttpFoundation/Cookie.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class Cookie
2525
protected string $name;
2626
protected ?string $value;
2727
protected ?string $domain;
28-
protected int|string $expire;
28+
protected int $expire;
2929
protected string $path;
3030
protected ?bool $secure;
3131
protected bool $httpOnly;

0 commit comments

Comments
 (0)
0