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 has been archived by the owner on Jun 4, 2019. It is now read-only.
Thank you for reporting this issue and appreciate your patience. We've notified the core team for an update on this issue. We're looking for a response within the next 30 days or the issue may be closed.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The following snippet of code from CodeIgniter is badly reordered on pretty-printing:
It becomes:
This is due to PHP open tags being considered as comments in the aesthetics machinery of ast_pp_build.
The text was updated successfully, but these errors were encountered: