From b1cb04811c9507f8bd1747143465ec21b7342fcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C5=A0pa=C4=8Dek?= Date: Sun, 23 Feb 2025 21:18:46 +0100 Subject: [PATCH] Checks for missing constant typehints https://github.com/slevomat/coding-standard/blob/master/doc/type-hints.md#slevomatcodingstandardtypehintsclassconstanttypehint- --- composer.json | 2 +- src/ruleset.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6382c25..bf990e8 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ ], "require": { "php": "^7.2 || ^8.0", - "slevomat/coding-standard": "^8.11" + "slevomat/coding-standard": "^8.16" }, "require-dev": { "ext-simplexml": "*" diff --git a/src/ruleset.xml b/src/ruleset.xml index 1108d8a..ad429ca 100644 --- a/src/ruleset.xml +++ b/src/ruleset.xml @@ -130,6 +130,7 @@ +