Skip to content

Conversation

gianstraf
Copy link

This PR solves the issue #20

@felixdrud felixdrud self-requested a review May 4, 2023 07:35

for ($i = 0; $i < $length; ++$i) {
$arr = explode("=", $cookieNameValues[$i]);
$arr = explode("=", $cookieNameValues[$i] ?? '');
Copy link

@crishoj crishoj Sep 25, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggest keeping 4 spaces as indentation, as seems to be the convention here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants