Skip to content

Commit 5a284e8

Browse files
committed
Refactor AbstractList
1 parent cbc0615 commit 5a284e8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/Types/AbstractList.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,6 @@ public function __construct(?Type $valueType = null, ?Type $keyType = null)
4545
$this->keyType = $keyType;
4646
}
4747

48-
/**
49-
* Returns a rendered output of the Type as it would be used in a DocBlock.
50-
*/
51-
abstract public function __toString(): string;
52-
5348
public function getOriginalKeyType(): ?Type
5449
{
5550
return $this->keyType;

0 commit comments

Comments
 (0)