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

Fixes for PHP 8 match expression #143

Merged
merged 3 commits into from
Apr 12, 2021

Conversation

michalbundyra
Copy link
Member

  • ControlStructures\DefaultAsLastSniff
  • ControlStructures\RedundantCaseSniff
  • Formatting\RedundantParenthesesSniff
  • PHP\RedundantSemicolonSniff

Requires PHP_CodeSniffer release to get it working on pre PHP 8.

@michalbundyra michalbundyra added bug Something isn't working enhancement New feature or request labels Mar 1, 2021
@michalbundyra michalbundyra added this to the 1.2.2 milestone Mar 1, 2021
@michalbundyra michalbundyra linked an issue Mar 1, 2021 that may be closed by this pull request
- ControlStructures\DefaultAsLastSniff
- ControlStructures\RedundantCaseSniff
- Formatting\RedundantParenthesesSniff
- PHP\RedundantSemicolonSniff

Requires PHP_CodeSniffer release to get it working on pre PHP 8.
@michalbundyra michalbundyra merged commit b7efef3 into webimpress:master Apr 12, 2021
@michalbundyra michalbundyra deleted the hotfix/php8-match branch April 12, 2021 12:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RedundantSemicolon.AfterScope for PHP 8 match expression
1 participant