magerun-addons icon indicating copy to clipboard operation
magerun-addons copied to clipboard

PHP 7 compatibility

Open schmengler opened this issue 7 years ago • 1 comments

The following issue has been found in src/KJ/Magento/Util/Comparison/Filter/Null.php:

'null' is a reserved keyword as of PHP version 7.0 and should not be used to name a class, interface or trait or as part of a namespace

schmengler avatar Jan 25 '18 15:01 schmengler

Doh! Got it thanks. Man I haven't worked on this for so long....I wonder if someone might want to PR the fix or maybe even take over the repo...?

kalenjordan avatar Jan 26 '18 14:01 kalenjordan