We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 525792f commit aae5263Copy full SHA for aae5263
flycheck-phpstan.el
@@ -70,7 +70,7 @@
70
:enabled (lambda () (flycheck-phpstan--enabled-and-set-variable))
71
:error-patterns
72
((error line-start (1+ (not (any ":"))) ":" line ":" (message) line-end))
73
- :modes (php-mode))
+ :modes (php-mode phps-mode))
74
75
(add-to-list 'flycheck-checkers 'phpstan t)
76
(flycheck-add-next-checker 'php 'phpstan)
0 commit comments