summaryrefslogtreecommitdiff
path: root/ale_linters/php
diff options
context:
space:
mode:
authorBjorn Neergaard <bjorn@neersighted.com>2016-10-11 09:22:47 -0500
committerBjorn Neergaard <bjorn@neersighted.com>2016-10-11 09:22:47 -0500
commitc290e2cd602a20f71880ea1d210797fad2db8000 (patch)
tree98e2e16273dc4318c21d1295fe58e584f1233cfa /ale_linters/php
parentd8d08de26cb17c9319a08c0c5f611c6778260030 (diff)
downloadale-c290e2cd602a20f71880ea1d210797fad2db8000.zip
Remove many redundant handlers
Diffstat (limited to 'ale_linters/php')
-rw-r--r--ale_linters/php/phpcs.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/ale_linters/php/phpcs.vim b/ale_linters/php/phpcs.vim
index 67ac6b5a..a028964d 100644
--- a/ale_linters/php/phpcs.vim
+++ b/ale_linters/php/phpcs.vim
@@ -42,7 +42,7 @@ function! ale_linters#php#phpcs#Handle(buffer, lines)
\ 'vcol': 0,
\ 'col': l:match[2] + 0,
\ 'text': l:text,
- \ 'type': l:type ==# 'warning' ? 'W' : 'E',
+ \ 'type': l:type ==# 'error' ? 'E' : 'W',
\ 'nr': -1,
\})
endfor