Skip to content

Commit

Permalink
Merge pull request #246 from Chris53897/feature/fix-php-doc-2
Browse files Browse the repository at this point in the history
chore: fix phpDoc for return values createValueKeys()
  • Loading branch information
dbu committed Jan 29, 2024
2 parents f61eca2 + dd6c781 commit 15020a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Plugin/CookiePlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ private function createCookie(RequestInterface $request, string $setCookieHeader
*
* @param string $part A single cookie value in format key=value
*
* @return array{0:string, 1:?string}
* @return array{0:string, 1:string|null}
*/
private function createValueKey(string $part): array
{
Expand Down

0 comments on commit 15020a0

Please sign in to comment.