You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Checked that there is not already an Atom package that provides the described functionality: https://atom.io/packages
Description
When there's an array type hint for a method/function parameter, the use of (class) constants is flagged as a syntax error. Removing the array fixes it. This is similar to #64.
(self::DEFAULT_CHARACTER_MAPPING being defined as a constant array.)