Skip to content

Commit 15020a0

Browse files
authored
Merge pull request #246 from Chris53897/feature/fix-php-doc-2
chore: fix phpDoc for return values createValueKeys()
2 parents f61eca2 + dd6c781 commit 15020a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)