Automattic / phpcs-neutron-standard

A set of phpcs sniffs for PHP >7 development
MIT License
94 stars 7 forks source link

Support phpcs 3.3 #62

Closed sirbrillig closed 6 years ago

sirbrillig commented 6 years ago

PHPCS 3.3.0 made a few changes which break some of these sniffs:

https://github.com/squizlabs/PHP_CodeSniffer/releases

The T_ARRAY_HINT token has been deprecated and will be removed in version 4.

The T_RETURN_TYPE token has been deprecated and will be removed in version 4.

sirbrillig commented 6 years ago

Fixed by #64 for phpcs 3.3 and by #65 for phpcs 3.2.