povils / phpmnd

PHP Magic Number Detector
MIT License
554 stars 46 forks source link

Negative numbers incorrectly whitelisted #91

Closed exussum12 closed 5 years ago

exussum12 commented 5 years ago

eg when whitelisting 0 and 1, -1 is also whitelisted

This will make it so that -1 would also be conisdered magic unless explicitly whitelisted

povils commented 5 years ago

Thanks for the PR! Good catch