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

Use PHPCompatibility 9.0.0 #61

Merged
merged 1 commit into from Oct 25, 2018
Merged

Use PHPCompatibility 9.0.0 #61

merged 1 commit into from Oct 25, 2018

Conversation

jrfnl
Copy link
Member

@jrfnl jrfnl commented Oct 11, 2018

Proposed Changes

PHPCompatibility 9.0.0 has just been released.
See the release notes for all the changes, but most notably:

  • All existing sniffs have been renamed.
  • The release contains 17 (!!) new sniffs to detect even more issues.
  • The release contains checks for a lot of PHP 7.3 changes.

The upgrade for this repo is simple as it currently doesn't use PHPCS inline annotations which reference PHPCompatibility sniffs, nor uses custom excludes.

[PHPCompatibility 9.0.0](https://github.com/PHPCompatibility/PHPCompatibility/releases/tag/9.0.0) has just been released (and renames all the included sniffs).

The upgrade for this repo is simple as it currently doesn't use PHPCS inline annotations which reference PHPCompatibility sniffs, nor uses custom excludes.
@frenck frenck merged commit 236a983 into PHPCSStandards:master Oct 25, 2018
@jrfnl jrfnl deleted the feature/use-phpcompatibility-9.0.0 branch October 25, 2018 08:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants