diff --git a/src/Attributes/Deprecated.php b/src/Attributes/Deprecated.php index e77a0c4..07c9eea 100644 --- a/src/Attributes/Deprecated.php +++ b/src/Attributes/Deprecated.php @@ -5,4 +5,5 @@ use Attribute; #[Attribute(Attribute::TARGET_CLASS)] +/** @deprecated Use PHP 8.4 Deprecated Attribute instead. */ class Deprecated {}