From 61c12d18b5a77fbc6d7aea67038b5bb6b801d23e Mon Sep 17 00:00:00 2001 From: Jarred Stelfox Date: Thu, 13 Feb 2020 08:13:26 -0800 Subject: [PATCH] Psalm: do not collide with doctine templates --- src/Enum.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Enum.php b/src/Enum.php index 2d2e114..f5a5940 100644 --- a/src/Enum.php +++ b/src/Enum.php @@ -15,7 +15,7 @@ * @author Daniel Costa * @author Mirosław Filip * - * @template T + * @psalm-template T * @psalm-immutable */ abstract class Enum implements \JsonSerializable