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 6e5113b commit 7475dd4Copy full SHA for 7475dd4
src/Types/Collection.php
@@ -58,9 +58,7 @@ public function getFqsen(): ?Fqsen
58
public function __toString(): string
59
{
60
$objectType = (string) ($this->fqsen ?? 'object');
61
-
62
- /** @var string $valueType */
63
- $valueType = $this->valueType;
+ $valueType = $this->getValueType();
64
65
if ($this->keyType === null) {
66
return $objectType . '<' . $valueType . '>';
0 commit comments