We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a16f51 commit bdbb06eCopy full SHA for bdbb06e
src/Builder/BuilderInterface.php
@@ -16,6 +16,7 @@
16
17
interface BuilderInterface
18
{
19
+ /** @param array<mixed>|null $writerOptions */
20
public function build(
21
?WriterInterface $writer = null,
22
?array $writerOptions = null,
0 commit comments