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

Squiz.PHP.DisallowMultipleAssignmentsSniff: Fixed false positives #3293

Merged
merged 3 commits into from Apr 8, 2021

Commits on Apr 8, 2021

  1. Squiz.PHP.DisallowMultipleAssignmentsSniff: Ignore default value assi…

    …gnments in arrow functions
    kukulich committed Apr 8, 2021
    Copy the full SHA
    9ca9a54 View commit details
    Browse the repository at this point in the history
  2. Squiz.PHP.DisallowMultipleAssignmentsSniff: Fixed false positive when…

    … assigment is on first line in closure
    kukulich committed Apr 8, 2021
    Copy the full SHA
    c19a0f5 View commit details
    Browse the repository at this point in the history
  3. Squiz.PHP.DisallowMultipleAssignmentsSniff: Fixed false positive when…

    … assigment is after goto label
    kukulich committed Apr 8, 2021
    Copy the full SHA
    557756c View commit details
    Browse the repository at this point in the history