diff --git a/src/Texy/Texy.php b/src/Texy/Texy.php index 3ff7db80..4601f3c5 100644 --- a/src/Texy/Texy.php +++ b/src/Texy/Texy.php @@ -40,7 +40,7 @@ class Texy FILTER_ANCHOR = 'anchor', FILTER_IMAGE = 'image'; - /** @deprecated */ + #[\Deprecated] public const HTML4_TRANSITIONAL = 0, HTML4_STRICT = 1,