Compiler icon indicating copy to clipboard operation
Compiler copied to clipboard

PHP 7.4 deprecation warning in Bin/Pp.php

Open mdio opened this issue 5 years ago • 0 comments

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

mdio avatar Feb 17 '20 14:02 mdio