Skip to content

Commit 37622a0

Browse files
committed
Extend PseudoType from Type classes
1 parent 86b7e49 commit 37622a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PseudoTypes/FloatValue.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
use phpDocumentor\Reflection\Types\Float_;
1919

2020
/** @psalm-immutable */
21-
class FloatValue extends Float_ implements PseudoType
21+
final class FloatValue extends Float_ implements PseudoType
2222
{
2323
/** @var float */
2424
private $value;

0 commit comments

Comments
 (0)