Skip to content

Commit fdb1bd5

Browse files
committed
Cut: Properties can not be pure
This happened due to a bad find replace
1 parent 2e58f99 commit fdb1bd5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Enum.php

-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ abstract class Enum implements \JsonSerializable
3131
/**
3232
* Store existing constants in a static cache per object.
3333
*
34-
* @psalm-pure
3534
*
3635
* @var array
3736
* @psalm-var array<class-string, array<string, mixed>>

0 commit comments

Comments
 (0)