From f1da0a743199f0a625cdf1b5569510f2b76354c9 Mon Sep 17 00:00:00 2001 From: umherirrender Date: Sat, 3 Oct 2015 20:52:31 +0200 Subject: [PATCH] Enable PSR2.Methods.MethodDeclaration.Underscore Whitelist StubObject because the underscore is for internal use. Change-Id: I4beeee8df8cde079b810a372539e3c169e80f2d3 --- phpcs.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/phpcs.xml b/phpcs.xml index a4fb301000..16d92be79a 100644 --- a/phpcs.xml +++ b/phpcs.xml @@ -2,7 +2,6 @@ - @@ -22,6 +21,9 @@ */languages/messages/Messages*.php + + */includes/StubObject.php + node_modules vendor extensions -- 2.20.1