diff options
author | matthias <SuRaMoN@users.noreply.github.com> | 2018-08-18 20:59:35 +0200 |
---|---|---|
committer | matthias <SuRaMoN@users.noreply.github.com> | 2018-08-18 20:59:35 +0200 |
commit | f82ab768333d677f692d6301230c55108bf66d40 (patch) | |
tree | c23a5925411674cc9b74fd964bba49c4bf05ca6a /ale_linters | |
parent | 02fdfcda58857855d80ddb6eb3a26b3bc36ccbb0 (diff) | |
download | ale-f82ab768333d677f692d6301230c55108bf66d40.zip |
Added and fixed tests
Diffstat (limited to 'ale_linters')
-rw-r--r-- | ale_linters/php/phpcs.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ale_linters/php/phpcs.vim b/ale_linters/php/phpcs.vim index 45f57cda..408c2652 100644 --- a/ale_linters/php/phpcs.vim +++ b/ale_linters/php/phpcs.vim @@ -16,7 +16,7 @@ function! ale_linters#php#phpcs#GetCommand(buffer) abort return '%e -s --report=emacs --stdin-path=%s' \ . ale#Pad(l:standard_option) - \ . ' ' . l:options + \ . ale#Pad(l:options) endfunction function! ale_linters#php#phpcs#Handle(buffer, lines) abort |