From f2285bb3fc92f6440dcb64d7b52525269c35f121 Mon Sep 17 00:00:00 2001
From: Christoph Wurst <1374172+ChristophWurst@users.noreply.github.com>
Date: Fri, 22 May 2026 13:33:44 +0200
Subject: [PATCH] chore(psalm): forbid iconv
iconv transliteration is locale- and config-dependent; use
UnicodeString::ascii() from symfony/string instead.
Assisted-by: Claude:claude-sonnet-4-6
Signed-off-by: Christoph Wurst <1374172+ChristophWurst@users.noreply.github.com>
---
psalm.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/psalm.xml b/psalm.xml
index 23d063915e0..60a80f532b8 100644
--- a/psalm.xml
+++ b/psalm.xml
@@ -132,6 +132,9 @@
+
+
+