We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a7b247 commit 5f35e89Copy full SHA for 5f35e89
src/Symfony/Component/Yaml/Tests/ParserTest.php
@@ -78,8 +78,8 @@ public function testTabsAsSeparationBetweenTokensInYaml()
78
{
79
// test tabs as separation between tokens
80
$yamls = [
81
- "foo: bar", // tab after colon
82
- "foo: bar", // space and tab after colon
+ 'foo: bar', // tab after colon
+ 'foo: bar', // space and tab after colon
83
];
84
85
foreach ($yamls as $yaml) {
0 commit comments