Skip to content

Commit e9e13ae

Browse files
committed
fix: cs-fix at cookie.php file.
1 parent 6306ca1 commit e9e13ae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

system/Cookie/Cookie.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,8 @@ public static function fromHeaderString(string $cookie, bool $raw = false)
195195
/**
196196
* Construct a new Cookie instance.
197197
*
198-
* @param string $name The cookie's name
199-
* @param string $value The cookie's value
198+
* @param string $name The cookie's name
199+
* @param string $value The cookie's value
200200
* @param array<string, bool|int|object|string> $options The cookie's options
201201
*
202202
* @throws CookieException

0 commit comments

Comments
 (0)