You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 20, 2021. It is now read-only.
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
The text was updated successfully, but these errors were encountered: