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

Support phpcs 3.3 #62

Closed
sirbrillig opened this issue Jun 13, 2018 · 1 comment
Closed

Support phpcs 3.3 #62

sirbrillig opened this issue Jun 13, 2018 · 1 comment

Comments

@sirbrillig
Copy link
Member

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
Copy link
Member Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant