Skip to content

Commit 949f104

Browse files
Update parameter type hints in ObjectDriver constructor docblock
1 parent 7618228 commit 949f104

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Drivers/ObjectDriver.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ class ObjectDriver implements Driver
2020

2121
/**
2222
* @param array{
23-
* yaml_inline: int,
24-
* yaml_indent: int,
25-
* yaml_flags: int
23+
* yaml_inline?: int,
24+
* yaml_indent?: int,
25+
* yaml_flags?: int
2626
* } $yamlConfig
2727
*/
2828
public function __construct(

0 commit comments

Comments
 (0)