Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit 006ba6d

Browse files
author
__
committed
PHPStan - require version 0.8.5 or higher
Version number is then correctly displayed by executables from composer. phpstan/phpstan#160 (comment)
1 parent f63b253 commit 006ba6d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

doc/syntastic-checkers.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4751,7 +4751,7 @@ See the project's page iat GitHub for details:
47514751

47524752
https://github.com/phpstan/phpstan
47534753

4754-
Syntastic supports "PHPStan" versions 0.7 and later.
4754+
Syntastic supports "PHPStan" versions 0.8.5 and later.
47554755

47564756
Checker options~
47574757

syntax_checkers/php/phpstan.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function! SyntaxCheckers_php_phpstan_IsAvailable() dict
2222
if !executable(self.getExec())
2323
return 0
2424
endif
25-
return syntastic#util#versionIsAtLeast(self.getVersion(), [0, 7])
25+
return syntastic#util#versionIsAtLeast(self.getVersion(), [0, 8, 5])
2626
endfunction
2727

2828
function! SyntaxCheckers_php_phpstan_GetLocList() dict

0 commit comments

Comments
 (0)