From b552d9f4bc900462bb44fa4c1731a9443ec3e476 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Tue, 15 Oct 2024 10:56:33 +0200 Subject: Fix PHPCS ControlSignature (#6896) Regression from https://github.com/FreshRSS/FreshRSS/pull/6666 We were not checking anymore for whitespace rules in e.g. `if (true) {` --- phpcs.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'phpcs.xml') diff --git a/phpcs.xml b/phpcs.xml index 5b29b81a2..05eeefe66 100644 --- a/phpcs.xml +++ b/phpcs.xml @@ -88,12 +88,17 @@ *\.phtml$ + *\.phtml$ + + *\.php$ + + *\.phtml$ -- cgit v1.2.3