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

Commit 18e27cd

Browse files
committed
Checker php/phpstan: fix errorformat option (BC break in PHPStan 0.11)
1 parent f011aa8 commit 18e27cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntax_checkers/php/phpstan.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function! SyntaxCheckers_php_phpstan_GetLocList() dict
2929
let makeprg = self.makeprgBuild({
3030
\ 'exe_after': 'analyse',
3131
\ 'args': '--level=5',
32-
\ 'args_after': '--errorFormat raw' })
32+
\ 'args_after': '--error-format raw' })
3333

3434
let errorformat = '%f:%l:%m'
3535

0 commit comments

Comments
 (0)