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

Fix InvalidArgumentException when updating to symfony 3.3 #7

Conversation

fsteinbauer
Copy link
Contributor

When updating to symfony 3.3.6, named arguments are forbidden.

See: https://github.com/symfony/symfony/blob/master/UPGRADE-3.3.md
[BC BREAK] non-numeric keys in methods and constructors arguments have never been supported and are now forbidden. Please remove them if you happen to have one.

When updating to symfony 3.3.6, named arguments are forbidden.

See: https://github.com/symfony/symfony/blob/master/UPGRADE-3.3.md
[BC BREAK] non-numeric keys in methods and constructors arguments have never been supported and are now forbidden. Please remove them if you happen to have one.
@fsteinbauer fsteinbauer changed the title Fix InvalidArgumentException when updating to 3.3 Fix InvalidArgumentException when updating to symfony 3.3 Aug 8, 2017
@quentin-st
Copy link
Owner

Thank you for your contribution! Rolling out a new release right now!

@quentin-st quentin-st merged commit 06ea3d1 into quentin-st:master Aug 17, 2017
@quentin-st quentin-st added the bug label Aug 17, 2017
@fsteinbauer fsteinbauer deleted the fsteinbauer-patch-invalidargumentexception branch May 29, 2018 14:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants