Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit017e88b

Browse files
committed
[Yaml] Port of#19922 for 3.2
1 parent835176c commit017e88b

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
returnmin($errors,1);
154154
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp