diff options
Diffstat (limited to 'ale_linters/php/phpcs.vim')
-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 |