Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Repair PHP Fatal error #77

Closed
wants to merge 1 commit into from

Conversation

randallmoraes
Copy link

Unparenthesized a ? b : c ? d : e is not supported. Use either (a ? b : c) ? d : e or `a ? b : (c ? d : e)

Unparenthesized `a ? b : c ? d : e` is not supported. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)
@freechelmi
Copy link

Is this being reviewed ? This would fix PHP8 compatibility I guess

@kkhelifa-opendsi
Copy link
Contributor

Fixed in current version

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants