Skip to content

Commit ae67a1b

Browse files
committed
Fix static analysis for CookieManager
1 parent 85b8569 commit ae67a1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/CookieManager.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ public function set(CookieInterface $cookie): void
4040
* {@inheritDoc}
4141
*
4242
* @psalm-suppress DocblockTypeContradiction
43+
* @psalm-suppress RedundantConditionGivenDocblockType
4344
*/
4445
public function setMultiple(array $cookies): void
4546
{

0 commit comments

Comments
 (0)