Skip to content

Commit 12c64ba

Browse files
Merge branch '2.8' into 3.0
* 2.8: Create PULL_REQUEST_TEMPLATE.md Remove duplicate validation in RedirectResponse [Yaml] fix default timezone to be UTC [DependencyInjection] fix dumped YAML string [Config] Add suggest to composer.json for symfony/yaml Conflicts: src/Symfony/Component/DependencyInjection/Dumper/YamlDumper.php
2 parents 6d145cb + 599f413 commit 12c64ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dumper/YamlDumper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ private function addService($id, $definition)
8989
}
9090

9191
if ($definition->getFile()) {
92-
$code .= sprintf(" file: %s\n", $definition->getFile());
92+
$code .= sprintf(" file: %s\n", $this->dumper->dump($definition->getFile()));
9393
}
9494

9595
if ($definition->isSynthetic()) {

0 commit comments

Comments
 (0)