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 678fa1c commit 08fcaa4Copy full SHA for 08fcaa4
packages/guides/src/Renderer/DocumentListIterator.php
@@ -61,14 +61,15 @@ public function __construct(
61
}
62
63
64
- public static function create(DocumentEntryNode $getRootDocumentEntry, array $documentArray): self
+ /** @param DocumentNode[] $documents */
65
+ public static function create(DocumentEntryNode $getRootDocumentEntry, array $documents): self
66
{
67
return new self(
68
new DocumentTreeIterator(
69
[$getRootDocumentEntry],
- $documentArray,
70
+ $documents,
71
),
72
73
);
74
75
0 commit comments