kalenjordan / magerun-addons

MageRun Addons
116 stars 30 forks source link

PHP 7 compatibility #31

Open schmengler opened 6 years ago

schmengler commented 6 years ago

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

kalenjordan commented 6 years ago

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...?