Skip to content
This repository was archived by the owner on Sep 20, 2021. It is now read-only.
This repository was archived by the owner on Sep 20, 2021. It is now read-only.

PHP 7.4 deprecation warning in Bin/Pp.php #106

Description

@mdio

In Pp.php nested ternary operators are used without explicit parentheses.
This is issuing a PHP Deprecated error in PHP 7.4.

The solution would be to wrap the ternary statements in parentheses to be explicit about the ordering.

See https://www.php.net/manual/en/migration74.deprecated.php#migration74.deprecated.core.nested-ternary

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions