python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
PhpStorm code style and PHP_CodeSniffer conflict: Multi-line function call not indented correctly; expected 12 spaces but found 16
I am using PHP_CodeSniffer like this to scan my code:
vendor/bin/phpcs --standard=PSR12 src
I also configured PhpStorm to use PSR-12 at Preferences -> Editor -> Code Style -> Set From -> ...

Gregory Boutte
Votes: 0
Answers: 0