I tried to be as consistent as possible with the list that already existed:
- All entries were already lowercase, including those that should have caps (ie. Exception). @eht16 mentioned that PHP is case-insensitive.
- The keywords list already contained more than "real keywords" (ie. unset, exception, etc.). I didn't introduce any new types; I just added missing values for identifiers that were already in the list: keywords, language constructs, errors/exceptions, fundamental constants, magic methods, interfaces/type hints.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.