wapmorgan/PhpDeprecationDetector

Reserved identifier should not be casesensitiv (e.g class Object)

dadyday opened this issue · 1 comments

its a typical incompatibility in legacy code to use Object or String classes, but they wont be found because PhpCodeFixer checks only case sensitiv for that ...

Hi. Thanks for info. Checkout dev-master version of phpcf, now it should trigger.