PHPCSStandards / PHPCSUtils

A suite of utility functions for use with PHP_CodeSniffer
https://phpcsutils.com/
GNU Lesser General Public License v3.0
54 stars 7 forks source link

Compatibility with PHPCS 4.0 #71

Open jrfnl opened 4 years ago

jrfnl commented 4 years ago

This is just a ticket to keep track of the changes which PHPCSUtils will need to account for by the time PHPCS 4.0 comes out.

No urgency until there is sight of a release date.

As a principle, the code in PHPCSUtils should work with PHPCS 4.x. External standard shouldn't need to do anything special if they only want to support PHPCS 4.x If external standards want to continue to support PHPCS 3.x as well a PHPCS34Utils standard should be added to provide the compatibility layer, where necessary.

To do:

Probably won't have any influence/impact on PHPCSUtils. Needs verification:

Other notes (no sight yet of what the impact will be, if any):

jrfnl commented 4 years ago

PRs already pulled & merged related to this issue: #109, #110, #111, #112, #137