Skip to content

Commit

Permalink
Merge pull request #18 from joanhey/cookie
Browse files Browse the repository at this point in the history
Fix type hint
  • Loading branch information
joanhey authored Dec 23, 2022
2 parents f40c218 + bbeae7d commit 91fc786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AdapterFunctions.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function http_response_code(int $code = null): int
*
* @param string $name
* @param string $value
* @param integer $expires
* @param int|array $expires
* @param string $path
* @param string $domain
* @param boolean $secure
Expand Down

0 comments on commit 91fc786

Please sign in to comment.