Skip to content

Commit 9a0c63f

Browse files
committed
Merge pull request #23 from rodrigorm/master
fix PhpqaPhp#CodeCoverage undefined function error.
2 parents 20f8171 + ebc2721 commit 9a0c63f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugin/Phpqa.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ endf
115115
function! PhpqaRunCodeCoverage()
116116
if &filetype == 'php'
117117
if "" != g:phpqa_codecoverage_file && 1 == g:phpqa_codecoverage_autorun
118-
call PhpqaPhp#CodeCoverage()
118+
call Phpqa#PhpCodeCoverage()
119119
endif
120120
endif
121121
endf

0 commit comments

Comments
 (0)