From eb9d6efcfdd25cb302ba2e606220826055ec84d8 Mon Sep 17 00:00:00 2001 From: Carson Full Date: Fri, 28 Jul 2017 12:24:31 -0500 Subject: [PATCH] Disable rules which prevent single line closures. Issues opened: https://github.com/squizlabs/PHP_CodeSniffer/issues/1580 https://github.com/djoos/Symfony-coding-standard/issues/103 --- Bolt/ruleset.xml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/Bolt/ruleset.xml b/Bolt/ruleset.xml index 0edc17b..b340a62 100644 --- a/Bolt/ruleset.xml +++ b/Bolt/ruleset.xml @@ -22,7 +22,7 @@ This currently wants a line break between @expectedException and @expectedExceptionMessage which we don't want. https://github.com/djoos/Symfony-coding-standard/issues/101 - This is also already covered by php-cs-fixer. + This is covered by php-cs-fixer. --> @@ -31,6 +31,19 @@ https://github.com/djoos/Symfony-coding-standard/issues/102 --> + + + + + + + +