Why PHP_CodeSniffer shows errors No response from codesniffer?

In PphStorm 2021.1 working with laravel 9 I have

"squizlabs/php_codesniffer": "3.7.1" installed and perodically I got errors that

No response from codesniffer :

https://prnt.sc/T-Cy3bcI1rwN

But I have codesniffer installed and check is it installed and activated?

Any hints how these errors could be fixed?

 

Thanks!

0
1 comment

Your tool process timeout value is way too low, so PhpStorm just doesn't wait long enough for the process to finish.
Please revert it to the default value, 5 seconds, or maybe even longer, and try again.

1

Please sign in to leave a comment.