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 1d70b68 commit 44924b6Copy full SHA for 44924b6
CHANGELOG.md
@@ -7,6 +7,7 @@ All notable changes of the `phpstan.el` are documented in this file using the [K
7
### Added
8
9
* Add `phpstan-enable-remote-experimental` custom variable for activate PHPStan on TRAMP.
10
+* Add support for `php-ts-mode`.
11
12
## [0.7.0]
13
flycheck-phpstan.el
@@ -103,7 +103,7 @@
103
:working-directory (lambda (_) (phpstan-get-working-dir))
104
:enabled (lambda () (flycheck-phpstan--enabled-and-set-variable))
105
:error-parser flycheck-phpstan-parse-output
106
- :modes (php-mode phps-mode))
+ :modes (php-mode php-ts-mode phps-mode))
107
108
(add-to-list 'flycheck-checkers 'phpstan t)
109
(flycheck-add-next-checker 'php 'phpstan)
0 commit comments