Skip to content

Commit

Permalink
Cut: Properties can not be pure
Browse files Browse the repository at this point in the history
This happened due to a bad find replace
  • Loading branch information
jarstelfox committed Feb 12, 2020
1 parent 2e58f99 commit fdb1bd5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Enum.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ abstract class Enum implements \JsonSerializable
/**
* Store existing constants in a static cache per object.
*
* @psalm-pure
*
* @var array
* @psalm-var array<class-string, array<string, mixed>>
Expand Down

0 comments on commit fdb1bd5

Please sign in to comment.