Skip to content

Conversation

@jnye
Copy link
Contributor

@jnye jnye commented Aug 5, 2020

Q A
Branch? 3.4
Bug fix? yes
New feature? no
Deprecations? no
Tickets Fix #36624
License MIT
Doc PR

When using a PHP constant in the first key of a mapping the parser would throw an exception. However if you used a PHP constant in any other key but the first it was allowed. This fix allows PHP constant as the first key.

I've included a test for this parser error along with the fix.

Copy link
Member

@xabbuh xabbuh left a comment

Choose a reason for hiding this comment

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

Maybe we could expand the test to check for more tags using a data provider.

@xabbuh xabbuh added this to the 3.4 milestone Aug 10, 2020
@fabpot
Copy link
Member

fabpot commented Aug 11, 2020

Thank you @jnye.

@fabpot fabpot merged commit a77901d into symfony:3.4 Aug 11, 2020
This was referenced Aug 31, 2020
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.

4 participants