8000 fix merge · symfony/symfony@3d8dc95 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3d8dc95

Browse files
committed
fix merge
1 parent 16fb783 commit 3d8dc95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Intl/Tests/ResourceBundleTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -779,7 +779,7 @@ public static function provideRootLocales()
779779
{
780780
return array_map(
781781
fn ($locale) => [$locale],
782-
$this->getRootLocales()
782+
static::getRootLocales()
783783
);
784784
}
785785

0 commit comments

Comments
 (0)
0