We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b55171b commit 11bf11bCopy full SHA for 11bf11b
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