Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace dot with underscore in parameter name. #3010

Merged
merged 1 commit into from
Jul 16, 2015

Conversation

kayue
Copy link
Contributor

@kayue kayue commented Jul 15, 2015

Bug fix: yes
BC break: no

Dots are replaced by underscores in PHP, so we should avoid using dot in parameter name. (ie: cookie name)

Without this fix, CookieStorage will not be able to retrieve what it set.

See more discussion in Symfony: symfony/symfony#9009

Dots are replaced by underscores in PHP parser, so we should avoid using dot in cookie name.
pjedrzejewski pushed a commit that referenced this pull request Jul 16, 2015
Replace dot with underscore in parameter name.
@pjedrzejewski pjedrzejewski merged commit f975c31 into Sylius:master Jul 16, 2015
@pjedrzejewski
Copy link
Member

Thank you Ka Yue! 👍

@kayue kayue deleted the fix/storage-key branch July 16, 2015 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants