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 deprecated. unparenthesized (php 7.4) #835

Merged
merged 1 commit into from Oct 4, 2019
Merged

Fix deprecated. unparenthesized (php 7.4) #835

merged 1 commit into from Oct 4, 2019

Conversation

trasher
Copy link
Contributor

@trasher trasher commented Oct 4, 2019

Fix following issue with php 7.4:

Fix Unparenthesized `a ? b : c ?: d` is deprecated. Use either `(a ? b : c) ?: d` or `a ? b : (c ?: d)`
``

@trasher
Copy link
Contributor Author

trasher commented Oct 4, 2019

follows #827

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.06%) to 83.73% when pulling fb324e1 on trasher:fix-deprecate-74 into 665bcab on atoum:master.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.06%) to 83.73% when pulling fb324e1 on trasher:fix-deprecate-74 into 665bcab on atoum:master.

@Grummfy Grummfy mentioned this pull request Oct 4, 2019
11 tasks
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

3 participants