From 802eaad0d1ddf8ff9ce4c26f3b8cbf460865678e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Lam=C3=A9?= Date: Thu, 18 Jan 2024 14:50:15 +0100 Subject: [PATCH] Make Float_ non-final --- src/Types/Float_.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Types/Float_.php b/src/Types/Float_.php index 86138c0..85313a7 100644 --- a/src/Types/Float_.php +++ b/src/Types/Float_.php @@ -20,7 +20,7 @@ * * @psalm-immutable */ -final class Float_ implements Type +class Float_ implements Type { /** * Returns a rendered output of the Type as it would be used in a DocBlock.