mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-25 05:21:08 +08:00
Fixed command string for phpcbf fixer
This commit is contained in:
@@ -19,6 +19,6 @@ function! ale#fixers#phpcbf#Fix(buffer) abort
|
||||
\ ? '--standard=' . l:standard
|
||||
\ : ''
|
||||
return {
|
||||
\ 'command': ale#Escape(l:executable) . ' --stdin-path=%s ' . l:standard_option
|
||||
\ 'command': ale#Escape(l:executable) . ' --stdin-path=%s ' . l:standard_option . ' -'
|
||||
\}
|
||||
endfunction
|
||||
|
||||
Reference in New Issue
Block a user