Skip to content

Commit 5f35e89

Browse files
committed
Use single quotes
1 parent 3a7b247 commit 5f35e89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/Yaml/Tests/ParserTest.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ public function testTabsAsSeparationBetweenTokensInYaml()
7878
{
7979
// test tabs as separation between tokens
8080
$yamls = [
81-
"foo: bar", // tab after colon
82-
"foo: bar", // space and tab after colon
81+
'foo: bar', // tab after colon
82+
'foo: bar', // space and tab after colon
8383
];
8484

8585
foreach ($yamls as $yaml) {

0 commit comments

Comments
 (0)