Skip to content

Commit

Permalink
Make Float_ non-final
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinelame committed Jan 18, 2024
1 parent fad4527 commit 802eaad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Types/Float_.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 802eaad

Please sign in to comment.