diff --git a/ale_linters/php/php.vim b/ale_linters/php/php.vim index cbbd088..573036d 100644 --- a/ale_linters/php/php.vim +++ b/ale_linters/php/php.vim @@ -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', \})