Skip to content

Fixes for PHP 8 match expression#143

Merged
michalbundyra merged 3 commits intowebimpress:masterfrom
michalbundyra:hotfix/php8-match
Apr 12, 2021
Merged

Fixes for PHP 8 match expression#143
michalbundyra merged 3 commits intowebimpress:masterfrom
michalbundyra:hotfix/php8-match

Conversation

@michalbundyra
Copy link
Copy Markdown
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