Checker phpstan: require version 0.8.5.
Reference: https://github.com/phpstan/phpstan/issues/160#issuecomment-322040877
This commit is contained in:
commit
972799180e
@ -4751,7 +4751,7 @@ See the project's page iat GitHub for details:
|
|||||||
|
|
||||||
https://github.com/phpstan/phpstan
|
https://github.com/phpstan/phpstan
|
||||||
|
|
||||||
Syntastic supports "PHPStan" versions 0.7 and later.
|
Syntastic supports "PHPStan" versions 0.8.5 and later.
|
||||||
|
|
||||||
Checker options~
|
Checker options~
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@ function! SyntaxCheckers_php_phpstan_IsAvailable() dict
|
|||||||
if !executable(self.getExec())
|
if !executable(self.getExec())
|
||||||
return 0
|
return 0
|
||||||
endif
|
endif
|
||||||
return syntastic#util#versionIsAtLeast(self.getVersion(), [0, 7])
|
return syntastic#util#versionIsAtLeast(self.getVersion(), [0, 8, 5])
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! SyntaxCheckers_php_phpstan_GetLocList() dict
|
function! SyntaxCheckers_php_phpstan_GetLocList() dict
|
||||||
|
Loading…
x
Reference in New Issue
Block a user