Page MenuHomePhabricator

Lint raises symbol capitalization errors as "Unknown Symbol" errors
Closed, ResolvedPublic

Description

If you use a valid symbol, like PhabricatorLiskDAO, but err in specifying it by using the wrong capitalization (like PHABRICATORLISKKDAO), you get the same error as you get if you use an entirely invalid symbol.

This is ultimately the right result, but the error could be more tailored (and could auto-correct) if a symbol which differs from the specified symbol only by capitalization exists.