From 5d7c930e5023dc11189cbb37b267d22be396abdc Mon Sep 17 00:00:00 2001 From: Pavel Stejskal Date: Mon, 15 Jun 2026 13:20:09 +0200 Subject: [PATCH] Upgrade slevomat/coding-standard to 8.29.* and add three new sniffs Bump slevomat/coding-standard from 8.27.* to 8.29.* and enable the sniffs introduced in 8.28.0: - Exceptions.CatchExceptionsOrder - Classes.TraitUseOrder - Commenting.ThrowsAnnotationsOrder Co-Authored-By: Claude Opus 4.8 (1M context) --- composer.json | 2 +- ruleset.xml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ccd94f6..ea7b52c 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ ], "require": { "php": ">=7.4", - "slevomat/coding-standard": "8.27.*", + "slevomat/coding-standard": "8.29.*", "squizlabs/php_codesniffer": "4.0.*" }, "require-dev": { diff --git a/ruleset.xml b/ruleset.xml index a7f2afd..39f39a2 100644 --- a/ruleset.xml +++ b/ruleset.xml @@ -40,6 +40,7 @@ + @@ -104,6 +105,7 @@ + @@ -194,6 +196,7 @@ +