Skip to content

[PHP 8] Unparenthesized a ? b : c ? d : e Not Supported #347

Closed
@RealityRipple

Description

@RealityRipple

Changes coming in PHP 8 result in an error on Line 121 of view.php: Unparenthesized a ? b : c ? d : e is not supported. Use either (a ? b : c) ? d : e or a ? b : (c ? d : e).

Pretty sure the second case is the desired methodology.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions