File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/Symfony/Component/Yaml Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ class Parser
43
43
* Parses a YAML file into a PHP value.
44
44
*
45
45
* @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
47
47
*
48
48
* @return mixed
49
49
*
@@ -72,7 +72,7 @@ public function parseFile(string $filename, int $flags = 0)
72
72
* Parses a YAML string to a PHP value.
73
73
*
74
74
* @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
76
76
*
77
77
* @return mixed
78
78
*
@@ -711,7 +711,7 @@ private function moveToPreviousLine(): bool
711
711
* Parses a YAML value.
712
712
*
713
713
* @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
715
715
* @param string $context The parser context (either sequence or mapping)
716
716
*
717
717
* @return mixed
You can’t perform that action at this time.
0 commit comments