8000 [Yaml] Minor: Update Inline parse phpdoc · symfony/symfony@b154f45 · GitHub
[go: up one dir, main page]

Skip to content

Commit b154f45

Browse files
committed
[Yaml] Minor: Update Inline parse phpdoc
1 parent 35d6e52 commit b154f45

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Symfony/Component/Yaml/Parser.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class Parser
4343
* Parses a YAML file into a PHP value.
4444
*
4545
* @param string $filename The path to the YAML file to be parsed
46-
* @param int $flags A bit field of PARSE_* constants to customize the YAML parser behavior
46+
* @param int $flags A bit field of Yaml::PARSE_* constants to customize the YAML parser behavior
4747
*
4848
* @return mixed
4949
*
@@ -72,7 +72,7 @@ public function parseFile(string $filename, int $flags = 0)
7272
* Parses a YAML string to a PHP value.
7373
*
7474
* @param string $value A YAML string
75-
* @param int $flags A bit field of PARSE_* constants to customize the YAML parser behavior
75+
* @param int $flags A bit field of Yaml::PARSE_* constants to customize the YAML parser behavior
7676
*
7777
* @return mixed
7878
*
@@ -711,7 +711,7 @@ private function moveToPreviousLine(): bool
711711
* Parses a YAML value.
712712
*
713713
* @param string $value A YAML value
714-
* @param int $flags A bit field of PARSE_* constants to customize the YAML parser behavior
714+
* @param int $flags A bit field of Yaml::PARSE_* constants to customize the YAML parser behavior
715715
* @param string $context The parser context (either sequence or mapping)
716716
*
717717
* @return mixed

0 commit comments

Comments
 (0)
0