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
Fix issue where a non-declaration token may be taken as the first token of a subsequent declaration if its sibling is a declaration token, e.g. the opening brace in else { } case 6:
This issue surfaced during refactoring and is not known to have affected pretty-php's output
Fail with an exception if invalid or non-unique token constants are defined by other libraries