We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ce2e64 commit 3652993Copy full SHA for 3652993
1 file changed
src/Enum/HashingAlgorithm.php
@@ -22,6 +22,9 @@
22
23
use MabeEnum\Enum;
24
25
+/**
26
+ * @psalm-immutable
27
+ */
28
class HashingAlgorithm extends Enum
29
{
30
public const SHA_1 = 'sha1';
0 commit comments