Skip to content

Commit

Permalink
Fix phpdocs in components
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas authored and alamirault committed Feb 21, 2023
1 parent c8336db commit 3713e20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Inline.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ public static function initialize(int $flags, int $parsedLineNumber = null, stri
/**
* Converts a YAML string to a PHP value.
*
* @param string $value A YAML string
* @param int $flags A bit field of Yaml::PARSE_* constants to customize the YAML parser behavior
* @param array $references Mapping of variable names to values
* @param string|null $value A YAML string
* @param int $flags A bit field of Yaml::PARSE_* constants to customize the YAML parser behavior
* @param array $references Mapping of variable names to values
*
* @return mixed
*
Expand Down

0 comments on commit 3713e20

Please sign in to comment.