Navigae to
Preferences > Languages & Frameworks > PHP > Quality Tools
and expand the PHP_CodeSniffer section and select Configuration toLocal
like following
Next, we have to set the binary paths of
PHP_CodeSniffer
. For that click on the three dots button next to Configuration dropdown and then inside the opened dialog set thephpcs
andphpcbf
binary paths:
Finally we have to enable the
PHP_CodeSniffer
in the IDE by navigating toPreferences > Editor > Inspections > PHP > Quality Tools
and enable thePHP CS Fixer validation
andPHP_CodeSniffer validation
.
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)