From 4b68c7250676ce3beb9a893f675e3a43dc9fba77 Mon Sep 17 00:00:00 2001 From: Andy Dawson Date: Mon, 16 Jan 2012 15:11:20 +0100 Subject: [PATCH] Use the default coding standard which phpcs is configured to use see http://pear.php.net/manual/en/package.php.php-codesniffer.config-options.php#package.php.php-codesniffer.config-options.php-codesniffer.default-standard --- syntax_checkers/php.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syntax_checkers/php.vim b/syntax_checkers/php.vim index aab6b755..d48b8e82 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 = "--standard=Zend" + let g:syntastic_phpcs_conf = "" endif if !exists("g:syntastic_phpcs_disable")