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

Split the errors, adding the *CloserSameLine ones #284

Merged
merged 1 commit into from
Nov 14, 2023

Commits on Nov 14, 2023

  1. Split the CommaAfterLast errors, adding *CloserSameLine ones

    Some standards may want to have different rules when
    the array closer is in the same line than the last element.
    
    When that happens, the new *CloserSameLine errors are
    emitted, allowing to disable them via ruleset. Only for
    MultiLine cases, they don't make sense in SingleLine ones.
    
    Fixes PHPCSStandards#283
    stronk7 committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    ef6ab26 View commit details
    Browse the repository at this point in the history