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 @@ -559,9 +559,9 @@ private function getCurrentLineIndentation(): int
559
559
/**
560
560
* Returns the next embed block of YAML.
561
561
*
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
565
565
*
566
566
* @return string A YAML string
567
567
*
You can’t perform that action at this time.
0 commit comments