Skip to content

Commit 11bf11b

Browse files
authored
Add psalm immutable annotation
1 parent b55171b commit 11bf11b

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)