php quality tools highlights doesn't work
Answered
I correctly setup PHP CS Fixer and PHP Code Sniffer but I can't see any warning on IDE.


Those settings are working well but, let me give you a small demonstration on code.

normally IDE should highlight the $someDummyVariable line as a line should not be include more then 120 characters, but right now my IDE does not.
I am using the Intellj very very long time, but I can't understand what the problem is :)

I tried with all of these version
Please sign in to leave a comment.
Could you please check and confirm that PHP_CodeSniffer manual run (apart from the IDE, from a command line) is working fine and showing you the desired warning as result?
this is fix my issue