We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfc078e commit 977b271Copy full SHA for 977b271
1 file changed
src/PseudoTypes/StringValue.php
@@ -15,7 +15,7 @@
15
16
use phpDocumentor\Reflection\PseudoType;
17
use phpDocumentor\Reflection\Type;
18
-use phpDocumentor\Reflection\Types\Float_;
+use phpDocumentor\Reflection\Types\String_;
19
20
use function sprintf;
21
@@ -36,7 +36,7 @@ public function getValue(): string
36
37
public function underlyingType(): Type
38
{
39
- return new Float_();
+ return new String_();
40
}
41
42
public function __toString(): string
0 commit comments