Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
PHP CodeSniffer 看不到来自 PhpStorm 检查的文档块,但可以从 CLI 中看到它们。如何解决?
这是一个例子。
从检查
从 CLI
使用它的本地版本phpcs。它可以在vendor/bin.
phpcs
vendor/bin
我使用了Magento 2 所需的版本composer.json。现在是1.5.3。
composer.json
1.5.3
不要忘记composer update在控制台中运行以确保它phpcs是本地安装的。
composer update