From e81bde47e36a978a8b47169710cfeb420dcc1f8a Mon Sep 17 00:00:00 2001 From: Oleh Korneliuk Date: Tue, 13 May 2025 13:49:03 +0300 Subject: [PATCH 1/3] Added support of RR 2025 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7956c91..74363d4 100644 --- a/composer.json +++ b/composer.json @@ -45,7 +45,7 @@ "google/protobuf": "^3.7 || ^4.0", "spiral/roadrunner-worker": "^3.0", "spiral/goridge": "^4.0", - "spiral/roadrunner": "^2024.3" + "spiral/roadrunner": "^2024.3 | ^2025.1" }, "require-dev": { "jetbrains/phpstorm-attributes": "^1.0", From 91d2a5e9f3af6a00f2d70c0c0bb87d42cf6ce8f3 Mon Sep 17 00:00:00 2001 From: Oleh Korneliuk Date: Tue, 13 May 2025 13:52:50 +0300 Subject: [PATCH 2/3] fix composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 74363d4..30ceacd 100644 --- a/composer.json +++ b/composer.json @@ -45,7 +45,7 @@ "google/protobuf": "^3.7 || ^4.0", "spiral/roadrunner-worker": "^3.0", "spiral/goridge": "^4.0", - "spiral/roadrunner": "^2024.3 | ^2025.1" + "spiral/roadrunner": "^2024.3 || ^2025.1" }, "require-dev": { "jetbrains/phpstorm-attributes": "^1.0", From 78baa6bb2adec669967bcaeae3fa105d5a6eda13 Mon Sep 17 00:00:00 2001 From: Oleh Korneliuk Date: Tue, 13 May 2025 13:56:40 +0300 Subject: [PATCH 3/3] ignore Psalm override errors --- psalm.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/psalm.xml b/psalm.xml index aac55ff..f6603e7 100644 --- a/psalm.xml +++ b/psalm.xml @@ -10,6 +10,7 @@ findUnusedPsalmSuppress="true" findUnusedBaselineEntry="true" findUnusedCode="false" + ensureOverrideAttribute="false" findUnusedVariablesAndParams="true" ensureArrayStringOffsetsExist="true" addParamDefaultToDocblockType="true"