Open raicabogdan opened 1 month ago
Hello!
In raising this pull request, I confirm the following:
Small description of change: Ensure null type deprecation warnings are avoided, happens if someone creates the same cookie twice eg:
$this->cookies->set("test", "test value"); $this->cookies->set("test", "test value");
it will cause the deprecated warning message.
Thanks
Hello!
In raising this pull request, I confirm the following:
Small description of change: Ensure null type deprecation warnings are avoided, happens if someone creates the same cookie twice eg:
it will cause the deprecated warning message.
Thanks