[Yaml] Port of #19922 for 3.2

This commit is contained in:
Robin Chalas 2016-09-15 01:10:05 +02:00
parent 835176c932
commit 017e88b6a1
No known key found for this signature in database
GPG Key ID: 89672113756EE03B

View File

@ -148,7 +148,7 @@ EOF
}
});
$io->writeln(json_encode($filesInfo, JSON_PRETTY_PRINT));
$io->writeln(json_encode($filesInfo, JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES));
return min($errors, 1);
}