From b5f3f5137e41f803a7085bb05fe8b752bb952810 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Kr=C3=B6g?= Date: Sat, 28 Feb 2026 00:50:24 +0100 Subject: [PATCH] Stop suggesing types for php class constants MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Class constant types are only available since php 8.3.0 Signed-off-by: Maximilian Krög --- phpcs.xml.dist | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/phpcs.xml.dist b/phpcs.xml.dist index b8826b3a1c..7f5b45bc99 100644 --- a/phpcs.xml.dist +++ b/phpcs.xml.dist @@ -38,6 +38,11 @@ + + + + + */src/Plugins/Transformations/*