Checker php/phpstan: fix errorformat option (BC break in PHPStan 0.11)
This commit is contained in:
parent
f011aa88b2
commit
18e27cd15f
@ -29,7 +29,7 @@ function! SyntaxCheckers_php_phpstan_GetLocList() dict
|
||||
let makeprg = self.makeprgBuild({
|
||||
\ 'exe_after': 'analyse',
|
||||
\ 'args': '--level=5',
|
||||
\ 'args_after': '--errorFormat raw' })
|
||||
\ 'args_after': '--error-format raw' })
|
||||
|
||||
let errorformat = '%f:%l:%m'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user