Skip to content

Commit 44924b6

Browse files
committed
Add support for php-ts-mode
1 parent 1d70b68 commit 44924b6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ All notable changes of the `phpstan.el` are documented in this file using the [K
77
### Added
88

99
* Add `phpstan-enable-remote-experimental` custom variable for activate PHPStan on TRAMP.
10+
* Add support for `php-ts-mode`.
1011

1112
## [0.7.0]
1213

flycheck-phpstan.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
:working-directory (lambda (_) (phpstan-get-working-dir))
104104
:enabled (lambda () (flycheck-phpstan--enabled-and-set-variable))
105105
:error-parser flycheck-phpstan-parse-output
106-
:modes (php-mode phps-mode))
106+
:modes (php-mode php-ts-mode phps-mode))
107107

108108
(add-to-list 'flycheck-checkers 'phpstan t)
109109
(flycheck-add-next-checker 'php 'phpstan)

0 commit comments

Comments
 (0)