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
 | 
					    \   ? '--standard=' . l:standard
 | 
				
			||||||
    \   : ''
 | 
					    \   : ''
 | 
				
			||||||
    return {
 | 
					    return {
 | 
				
			||||||
    \   'command': ale#Escape(l:executable) . ' --stdin-path=%s ' . l:standard_option
 | 
					    \   'command': ale#Escape(l:executable) . ' --stdin-path=%s ' . l:standard_option . ' -'
 | 
				
			||||||
    \}
 | 
					    \}
 | 
				
			||||||
endfunction
 | 
					endfunction
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user