summaryrefslogtreecommitdiff
path: root/ale_linters/php/phan.vim
diff options
context:
space:
mode:
Diffstat (limited to 'ale_linters/php/phan.vim')
-rw-r--r--ale_linters/php/phan.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/ale_linters/php/phan.vim b/ale_linters/php/phan.vim
index 2723e7a1..40f5b1ce 100644
--- a/ale_linters/php/phan.vim
+++ b/ale_linters/php/phan.vim
@@ -9,7 +9,7 @@ let g:ale_php_phan_use_client = get(g:, 'ale_php_phan_use_client', 0)
function! ale_linters#php#phan#GetExecutable(buffer) abort
let l:executable = ale#Var(a:buffer, 'php_phan_executable')
- if g:ale_php_phan_use_client == 1 && l:executable == 'phan'
+ if g:ale_php_phan_use_client == 1 && l:executable ==# 'phan'
let l:executable = 'phan_client'
endif