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:
w0rp 2017-01-04 12:54:54 +00:00 committed by GitHub
commit 871c09c123

View File

@ -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',
\})