Skip to content

Commit 4bb7e72

Browse files
committed
Update phpdoc-parser
1 parent cdf7d67 commit 4bb7e72

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

composer.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Type/Constant/ConstantArrayType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1685,7 +1685,7 @@ public function toPhpDocNode(): TypeNode
16851685
);
16861686
}
16871687

1688-
return new ArrayShapeNode($exportValuesOnly ? $values : $items);
1688+
return ArrayShapeNode::createSealed($exportValuesOnly ? $values : $items);
16891689
}
16901690

16911691
public static function isValidIdentifier(string $value): bool

0 commit comments

Comments
 (0)