nelmio / NelmioSecurityBundle

Adds extra security-related features in your Symfony application
https://symfony.com/bundles/NelmioSecurityBundle/
MIT License
651 stars 85 forks source link

fix: Added support for cookies with null value #338

Closed SerheyDolgushev closed 6 months ago

SerheyDolgushev commented 6 months ago

https://github.com/symfony/http-foundation/blob/439fdfdd344943254b1ef6278613e79040548045/Cookie.php#L315:

...
    public function getValue(): ?string
...