From 91cd66a35fddbf60fdade781670d4a600fab49f4 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Sun, 29 Oct 2023 18:32:16 +0100 Subject: [PATCH] PHPCS: add the `Squiz.PHP.NonExecutableCode` sniff to the ruleset ... which is used for PHPCS itself. --- phpcs.xml.dist | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/phpcs.xml.dist b/phpcs.xml.dist index 3c54610094..17e2000ade 100644 --- a/phpcs.xml.dist +++ b/phpcs.xml.dist @@ -142,6 +142,11 @@ error + + + error + + tests/bootstrap\.php