Merge pull request #235 from still-dreaming-1/fix-php-generic-error
Fix PHP lint generic error without line number
This commit is contained in:
commit
871c09c123
@ -34,6 +34,6 @@ call ale#linter#Define('php', {
|
||||
\ 'name': 'php',
|
||||
\ 'executable': 'php',
|
||||
\ 'output_stream': 'both',
|
||||
\ 'command': 'php -l --',
|
||||
\ 'command': 'php -l -d display_errors=1 --',
|
||||
\ 'callback': 'ale_linters#php#php#Handle',
|
||||
\})
|
||||
|
Loading…
Reference in New Issue
Block a user