Skip to content

Commit

Permalink
chore: fix phpDoc for return values
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris8934 committed Jan 26, 2024
1 parent f61eca2 commit dd6c781
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 dd6c781

Please sign in to comment.