Skip to content

Commit 90f4563

Browse files
committed
fix: enable PhpCsFixer functions to find php_cs_fixer#fix
1 parent 2a8a757 commit 90f4563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/php_cs_fixer.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ if exists('g:php_cs_fixer_cache')
5454
endif
5555
"}}}
5656

57-
fun! php_cs_fixer#fix(path, dry_run)
57+
fun! fix(path, dry_run)
5858

5959
if !executable('php-cs-fixer')
6060
if !filereadable(expand(g:php_cs_fixer_path))

0 commit comments

Comments
 (0)