Known Issues
Ignores `Missing file doc comment ...` errors using PHPCS in VSCode
You can also use a specific ruleset by adding a phpcs.xml
to your project. Here's one I'm using in a Laravel project, works in Visual Studio Code with PHPCS extension installed.
References
Fatal error: Call to undefined function mcrypt_module_open() in {path/file.php} on line yyyyyy"
Manual
Last updated