Skip to content

Commit

Permalink
Add depracated annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
Josef Vrba authored and esler committed Dec 7, 2023
1 parent 860954c commit 0288300
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Enum.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@
* case Hash::MD5: ...
* case Hash::SHA1: ...
* }
*
* @deprecated Use native PHP enumeration.
*/
abstract class Enum implements JsonSerializable
{
Expand Down

0 comments on commit 0288300

Please sign in to comment.