IntelliJ IDEA 2020.2 Help

PHP Code Quality Tools

In addition to built-in coding assistance, IntelliJ IDEA provides code style check through integration with the popular code quality tools:

These tools validate your code for consistency with a coding standard of your choice. You can appoint one of the predefined coding standards or use your own previously defined coding standard.

To use code quality tools from IntelliJ IDEA instead of command line, you need to register them in IntelliJ IDEA and configure them as IntelliJ IDEA code inspections. Once installed and enabled in IntelliJ IDEA, the tools can run both on-the-fly and in batch mode.

Last modified: 08 May 2020