8000 [Yaml] add PhpDoc · symfony/symfony@cf20383 · GitHub
[go: up one dir, main page]

Skip to content

Commit cf20383

Browse files
committed
[Yaml] add PhpDoc
1 parent 6817261 commit cf20383

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
@@ -559,9 +559,9 @@ private function getCurrentLineIndentation(): int
559559
/**
560560
* Returns the next embed block of YAML.
561561
*
562-
* @param int|null $indentation The indent level at which the block is to be read, or null for default
563-
* @param bool $inSequence True if the enclosing data structure is a sequence
564-
* @param bool $isInlineFirstChild
562+
* @param int|null $indentation The indent level at which the block is to be read, or null for default
563+
* @param bool $inSequence True if the enclosing data structure is a sequence
564+
* @param bool $isInlineFirstChild True if the definition has an inline first element
565565
*
566566
* @return string A YAML string
567567
*

0 commit comments

Comments
 (0)
0