Skip to content

Commit

Permalink
Update Cookie.php
Browse files Browse the repository at this point in the history
aahhhh....
  • Loading branch information
ismaileke authored Jul 30, 2024
1 parent 440196c commit 1287f4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/Cookie.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
final class Cookie{

/**
* @var (string|int)[] $cookies
* @var array<string, int> $cookies
*/
private static array $cookies = [];

Expand Down

0 comments on commit 1287f4c

Please sign in to comment.