From 027c9dae90565d99b942516363a0538a9c77c268 Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Fri, 5 Jul 2019 03:13:31 +0000 Subject: Coding Standards: Fix all `WordPress.CodeAnalysis.AssignmentInCondition` issues. `WordPress.CodeAnalysis.AssignmentInCondition.FoundInWhileCondition` can be ignored, as this is allowed in Core. See #47632. git-svn-id: https://develop.svn.wordpress.org/trunk@45601 602fd350-edb4-49c9-b593-d223f7449a82 --- phpcs.xml.dist | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'phpcs.xml.dist') diff --git a/phpcs.xml.dist b/phpcs.xml.dist index b4241cb66a..56e4fcbc35 100644 --- a/phpcs.xml.dist +++ b/phpcs.xml.dist @@ -184,6 +184,11 @@ + + + * + + /tests/phpunit/tests/* -- cgit v1.2.3