Skip to content

Commit

Permalink
Merge pull request #200 from antoinelame/remove-final-float
Browse files Browse the repository at this point in the history
Make Float_ non-final
  • Loading branch information
jaapio committed Jan 18, 2024
2 parents 956b0e1 + 802eaad commit bc3dc91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Types/Float_.php
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 bc3dc91

Please sign in to comment.