Skip to content

Commit bdbb06e

Browse files
committed
Fix param array type
1 parent 7a16f51 commit bdbb06e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Builder/BuilderInterface.php

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
interface BuilderInterface
1818
{
19+
/** @param array<mixed>|null $writerOptions */
1920
public function build(
2021
?WriterInterface $writer = null,
2122
?array $writerOptions = null,

0 commit comments

Comments
 (0)