diff --git a/psalm-baseline.xml b/psalm-baseline.xml
index 8ffe2686..c1e92a4b 100644
--- a/psalm-baseline.xml
+++ b/psalm-baseline.xml
@@ -1285,12 +1285,18 @@
+
+
+
+
+
+
@@ -1344,6 +1350,9 @@
+
+
+
@@ -1459,6 +1468,10 @@
+
+
+
+
diff --git a/src/AbstractUnicode.php b/src/AbstractUnicode.php
index b9dc9744..090c4651 100644
--- a/src/AbstractUnicode.php
+++ b/src/AbstractUnicode.php
@@ -14,6 +14,9 @@
use function strtolower;
/**
+ * @deprecated Since 2.38.0 This class will be removed in version 3.0 without replacement. All inheritors of this
+ * class will re-implement the encoding option as a constructor argument without setters and getters.
+ *
* @psalm-type UnicodeOptions = array{
* encoding?: string|null,
* }