Skip to content

Commit 802eaad

Browse files
committed
Make Float_ non-final
1 parent fad4527 commit 802eaad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Types/Float_.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*
2121
* @psalm-immutable
2222
*/
23-
final class Float_ implements Type
23+
class Float_ implements Type
2424
{
2525
/**
2626
* Returns a rendered output of the Type as it would be used in a DocBlock.

0 commit comments

Comments
 (0)