Closed
Description
Preconditions
Have PHP CodeSniffer installed in the project.
Steps to reproduce
- Require
magento/magento-coding-standard
- Run
vendor/bin/phpcs -i
Expected result
Magento
coding Standard is present in the list of installed standards.
Actual result
Magento
coding Standard is missing in the list of installed standards.
How to Fix
Remove composer bin-dir
, fix scripts
to run vendor/bin/phpcs
and change README.md
.