You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fatal error: Uncaught Error: Class 'Magento2\Sniffs\Commenting\PHPDocFormattingValidator' not found in vendor/magento/magento-coding-standard/Magento2/Sniffs/Commenting/ClassAndInterfacePHPDocFormattingSniff.php:36
The text was updated successfully, but these errors were encountered:
develop
branch is not working with Magento 2 codebasePreconditions
magento/magento2
Steps to reproduce
composer.json
dependency to"magento/magento-coding-standard": "dev-develop"
composer update magento/magento-coding-standard
vendor/bin/phpcs --standard=dev/tests/static/framework/Magento/ruleset.xml app/code
or
php vendor/bin/phpunit dev/tests/static/phpunit.xml.dist
Expected result
Check is running without errors.
Actual result
Fatal error: Uncaught Error: Class 'Magento2\Sniffs\Commenting\PHPDocFormattingValidator' not found in vendor/magento/magento-coding-standard/Magento2/Sniffs/Commenting/ClassAndInterfacePHPDocFormattingSniff.php:36
The text was updated successfully, but these errors were encountered: