8000 Fix feature detection for IE by alsciende · Pull Request #19038 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

Fix feature detection for IE #19038

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

Closed
wants to merge 1 commit into from
Closed

Fix feature detection for IE #19038

wants to merge 1 commit into from

Conversation

alsciende
Copy link
Contributor
Q A
Branch? 2.7
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets
License MIT
Doc PR

operator ! has higher precedence (4) than operator in (8). Parentheses are mandatory here to have a chance at passing the test.

operator `!` has higher precedence (4) than operator `in` (8). Parentheses are mandatory here.
@javiereguiluz
Copy link
Member

👍

Status: reviewed

@stof
Copy link
Member
stof commented Jun 13, 2016

Good catch, thanks @alsciende.

stof added a commit that referenced this pull request Jun 13, 2016
This PR was submitted for the master branch but it was merged into the 2.7 branch instead (closes #19038).

Discussion
----------

Fix feature detection for IE

| Q             | A
| ------------- | ---
| Branch?       | 2.7
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets |
| License       | MIT
| Doc PR        |

operator `!` has higher precedence (4) than operator `in` (8). Parentheses are mandatory here to have a chance at passing the test.

Commits
-------

b35658b Fix feature detection for IE
@stof stof closed this Jun 13, 2016
@fabpot fabpot mentioned this pull request Jun 15, 2016
This was referenced Jun 30, 2016
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
0