Skip to content

Commit e872ed9

Browse files
authored
Apply suggestions from code review
1 parent 342cb73 commit e872ed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -834,7 +834,7 @@ public function testImplicitStringCastingOfMappingKeysThrowsException(string $ya
834834
Inline::parse($yaml);
835835
}
836836

837-
public static function getNotPhpCompatibleMappingKeyData(): array
837+
public static function getNotPhpCompatibleMappingKeyData()
838838
{
839839
return [
840840
'boolean-true' => ['{true: "foo"}'],

0 commit comments

Comments
 (0)