Skip to content

Commit 3652993

Browse files
committed
Fix psalm error
1 parent 5ce2e64 commit 3652993

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/Enum/HashingAlgorithm.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222

2323
use MabeEnum\Enum;
2424

25+
/**
26+
* @psalm-immutable
27+
*/
2528
class HashingAlgorithm extends Enum
2629
{
2730
public const SHA_1 = 'sha1';

0 commit comments

Comments
 (0)