Skip to content

Commit 602bf4e

Browse files
committed
Remove complex array shape type
1 parent ee3bc56 commit 602bf4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Type/Schema.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ public function getImplementations(InterfaceType $abstractType) : InterfaceImple
449449
private function collectImplementations() : array
450450
{
451451
if (! isset($this->implementationsMap)) {
452-
/** @var array<string, array{objects: array<int, ObjectType>, interfaces: array<int, InterfaceType>}> $foundImplementations */
452+
/** @var array<string, array<string, Type>> $foundImplementations */
453453
$foundImplementations = [];
454454
foreach ($this->getTypeMap() as $type) {
455455
if ($type instanceof InterfaceType) {

0 commit comments

Comments
 (0)