Skip to content

Commit e8d33c7

Browse files
authored
Merge pull request #21 from emacs-php/support/phps-mode
Enable flycheck-php for @cjohansson's phps-mode
2 parents 525792f + aae5263 commit e8d33c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flycheck-phpstan.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
:enabled (lambda () (flycheck-phpstan--enabled-and-set-variable))
7171
:error-patterns
7272
((error line-start (1+ (not (any ":"))) ":" line ":" (message) line-end))
73-
:modes (php-mode))
73+
:modes (php-mode phps-mode))
7474

7575
(add-to-list 'flycheck-checkers 'phpstan t)
7676
(flycheck-add-next-checker 'php 'phpstan)

0 commit comments

Comments
 (0)