Skip to content

Commit bc3dc91

Browse files
authored
Merge pull request #200 from antoinelame/remove-final-float
Make Float_ non-final
2 parents 956b0e1 + 802eaad commit bc3dc91

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)