Skip to content

Commit dd6c781

Browse files
committed
chore: fix phpDoc for return values
1 parent f61eca2 commit dd6c781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Plugin/CookiePlugin.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ private function createCookie(RequestInterface $request, string $setCookieHeader
164164
*
165165
* @param string $part A single cookie value in format key=value
166166
*
167-
* @return array{0:string, 1:?string}
167+
* @return array{0:string, 1:string|null}
168168
*/
169169
private function createValueKey(string $part): array
170170
{

0 commit comments

Comments
 (0)