From 321458b3bc7339a5b228beb7f99128342c8913f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Sun, 23 Mar 2025 16:45:26 +0100 Subject: [PATCH 1/2] Update branch metadata - new branch: 14.0.x - new current branch: 13.0.x - newly unmaintained branch: 12.0.x --- .doctrine-project.json | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/.doctrine-project.json b/.doctrine-project.json index 303b9ac1..37a25684 100644 --- a/.doctrine-project.json +++ b/.doctrine-project.json @@ -4,21 +4,29 @@ "slug": "coding-standard", "docsSlug": "doctrine-coding-standard", "versions": [ + { + "name": "14.0", + "branchName": "14.0.x", + "slug": "14.0", + "upcoming": true + }, + { + "name": "13.0", + "branchName": "13.0.x", + "slug": "13.0", + "current": true + }, { "name": "12.0", "branchName": "12.0.x", "slug": "12.0", - "upcoming": true + "maintained": false }, { "name": "11.0", "branchName": "11.0.x", "slug": "11.0", - "current": true, - "aliases": [ - "current", - "stable" - ] + "maintained": false }, { "name": "10.0", From ef0dfd7c747831b19be11020563e42b2e7d6015f Mon Sep 17 00:00:00 2001 From: Simon Podlipsky Date: Mon, 12 May 2025 08:22:50 +0200 Subject: [PATCH 2/2] fix: update rule for language construct spacing - Squiz.WhiteSpace.LanguageConstructSpacing This sniff has been deprecated since v3.3.0 and will be removed in v4.0.0. Use the Generic.WhiteSpace.LanguageConstructSpacing sniff instead. --- lib/Doctrine/ruleset.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Doctrine/ruleset.xml b/lib/Doctrine/ruleset.xml index d1a60c2c..bb12c599 100644 --- a/lib/Doctrine/ruleset.xml +++ b/lib/Doctrine/ruleset.xml @@ -623,7 +623,7 @@ - +