mirror of https://github.com/dense-analysis/ale
Fixed command string for phpcbf fixer
This commit is contained in:
parent
948035e13d
commit
6b3927820b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue