From fdb1bd56df293631d94dcbb8abd7c8db685d9f8b Mon Sep 17 00:00:00 2001 From: Jarred Stelfox Date: Wed, 12 Feb 2020 09:37:43 -0800 Subject: [PATCH] Cut: Properties can not be pure This happened due to a bad find replace --- src/Enum.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Enum.php b/src/Enum.php index 0527356..2d2e114 100644 --- a/src/Enum.php +++ b/src/Enum.php @@ -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>