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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Types/Float_.php

Lines changed: 1 addition & 1 deletion
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)