magento/magento-coding-standard

DEPRECATED: Support for custom tokenizers will be removed in PHP_CodeSniffer 4.0.

Opened this issue · 2 comments

Preconditions

  • phpcs v3.13.2
  • magento coding standard 38

Steps to reproduce

  1. use versions from above
  2. 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.

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.

Same issue here, is anyone looking at this?