Skip to content

Commit 3713e20

Browse files
nicolas-grekasalamirault
authored andcommitted
Fix phpdocs in components
1 parent c8336db commit 3713e20

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Inline.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ public static function initialize(int $flags, int $parsedLineNumber = null, stri
5050
/**
5151
* Converts a YAML string to a PHP value.
5252
*
53-
* @param string $value A YAML string
54-
* @param int $flags A bit field of Yaml::PARSE_* constants to customize the YAML parser behavior
55-
* @param array $references Mapping of variable names to values
53+
* @param string|null $value A YAML string
54+
* @param int $flags A bit field of Yaml::PARSE_* constants to customize the YAML parser behavior
55+
* @param array $references Mapping of variable names to values
5656
*
5757
* @return mixed
5858
*

0 commit comments

Comments
 (0)