8000 [Yaml] Port of #19922 for 3.2 · symfony/symfony@017e88b · GitHub
[go: up one dir, main page]

Skip to content

Commit 017e88b

Browse files
committed
[Yaml] Port of #19922 for 3.2
1 parent 835176c commit 017e88b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Yaml/Command/LintCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ private function displayJson(SymfonyStyle $io, array $filesInfo)
148148
}
149149
});
150150

151-
$io->writeln(json_encode($filesInfo, JSON_PRETTY_PRINT));
151+
$io->writeln(json_encode($filesInfo, JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES));
152152

153153
return min($errors, 1);
154154
}

0 commit comments

Comments
 (0)
0