diff options
Diffstat (limited to 'ale_linters/php/phpmd.vim')
-rw-r--r-- | ale_linters/php/phpmd.vim | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ale_linters/php/phpmd.vim b/ale_linters/php/phpmd.vim index e7f87bc5..e172a6a1 100644 --- a/ale_linters/php/phpmd.vim +++ b/ale_linters/php/phpmd.vim @@ -22,11 +22,9 @@ function! ale_linters#php#phpmd#Handle(buffer, lines) abort call add(l:output, { \ 'bufnr': a:buffer, \ 'lnum': l:match[1] + 0, - \ 'vcol': 0, \ 'col': 0, \ 'text': l:match[2], \ 'type': 'W', - \ 'nr': -1, \}) endfor |