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 fec6c3b commit 50a2856Copy full SHA for 50a2856
flycheck-phpstan.el
@@ -62,5 +62,7 @@
62
:modes (php-mode)
63
:next-checkers (php))
64
65
+(add-to-list 'flycheck-checkers 'phpstan t)
66
+
67
(provide 'flycheck-phpstan)
68
;;; flycheck-phpstan.el ends here
0 commit comments