Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PSR12/AnonClassDeclaration: prevent fixer creating parse error #3791

Commits on Apr 2, 2023

  1. PSR12/AnonClassDeclaration: prevent fixer creating parse error

    This fix prevents the fixer from removing the opening brace when there is no whitespace between the last character of the name of an interface and the open brace.
    
    With this fix in place, all other symptoms reported are also gone as they were a side-effect of the parse error being created.
    
    Includes unit test.
    
    Fixes 3790
    jrfnl committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    f179b45 View commit details
    Browse the repository at this point in the history