Skip to content

Commit 50a2856

Browse files
committed
Add to flycheck-checkers
1 parent fec6c3b commit 50a2856

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

flycheck-phpstan.el

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,7 @@
6262
:modes (php-mode)
6363
:next-checkers (php))
6464

65+
(add-to-list 'flycheck-checkers 'phpstan t)
66+
6567
(provide 'flycheck-phpstan)
6668
;;; flycheck-phpstan.el ends here

0 commit comments

Comments
 (0)