diff --git a/syntax_checkers/php.vim b/syntax_checkers/php.vim index d48b8e82..aab6b755 100644 --- a/syntax_checkers/php.vim +++ b/syntax_checkers/php.vim @@ -21,7 +21,7 @@ endif "Support passing configuration directives to phpcs if !exists("g:syntastic_phpcs_conf") - let g:syntastic_phpcs_conf = "" + let g:syntastic_phpcs_conf = "--standard=Zend" endif if !exists("g:syntastic_phpcs_disable")