DEPRECATED: Support for custom tokenizers will be removed in PHP_CodeSniffer 4.0.
Opened this issue · 2 comments
Morgy93 commented
Preconditions
- phpcs v3.13.2
- magento coding standard 38
Steps to reproduce
- use versions from above
- run phpcs against magento
Expected result
No deprecation warnings
Actual result
DEPRECATED: Support for custom tokenizers will be removed in PHP_CodeSniffer 4.0.
The Magento2.GraphQL.ValidArgumentName sniff is listening for GRAPHQL.
DEPRECATED: Support for custom tokenizers will be removed in PHP_CodeSniffer 4.0.
The Magento2.GraphQL.ValidFieldName sniff is listening for GRAPHQL.
DEPRECATED: Support for custom tokenizers will be removed in PHP_CodeSniffer 4.0.
The Magento2.GraphQL.ValidTopLevelFieldName sniff is listening for GRAPHQL.
DEPRECATED: Support for custom tokenizers will be removed in PHP_CodeSniffer 4.0.
The Magento2.GraphQL.ValidTypeName sniff is listening for GRAPHQL.
DEPRECATED: Support for custom tokenizers will be removed in PHP_CodeSniffer 4.0.
The Magento2.GraphQL.ValidEnumValue sniff is listening for GRAPHQL.
m2-assistant commented
Hi @Morgy93. Thank you for your report.
To speed up processing of this issue, make sure that you provided sufficient information.
Add a comment to assign the issue: @magento I am working on this
Join Magento Community Engineering Slack and ask your questions in #github channel.
diazwatson commented
Same issue here, is anyone looking at this?