From 3d4cb72308f6a7b9f24e6308c74063f1f00d6059 Mon Sep 17 00:00:00 2001 From: Will Fleming Date: Wed, 26 Aug 2015 16:21:04 -0400 Subject: [PATCH] rm extra space in example config [The config](https://github.com/codeclimate/codeclimate-phpcodesniffer/blob/a487277099a2267b1b5981bfab4d39fa2f6e7d40/.codeclimate.yml) we use [was recently changed](https://github.com/codeclimate/codeclimate-phpcodesniffer/commit/a487277099a2267b1b5981bfab4d39fa2f6e7d40). README should probably match it. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94ef75a..ddd2c1c 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Format the values for these config options per the [PHP_CodeSniffer documentatio enabled: true config: file_extensions: "php,inc,lib" - standard: "PSR1, PSR2" + standard: "PSR1,PSR2" ignore_warnings: true ratings: paths: