Skip to content

Commit 9912839

Browse files
authored
Merge pull request #220 from tassilogroeper/feature-phpstan-optinal-parameters-for-ObjectDriver
Update parameter type hints in ObjectDriver constructor docblock
2 parents 7618228 + 949f104 commit 9912839

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)