10000 fabpot.io codestyle check · symfony/symfony@4b14ad5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4b14ad5

Browse files
author
Peter Culka
committed
fabpot.io codestyle check
1 parent ca87f1c commit 4b14ad5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/Symfony/Component/Translation/Bridge/Crowdin/Tests/CrowdinProviderTest.php

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -644,14 +644,14 @@ public function testReadForOneLocaleAndOneDomain(string $locale, string $domain,
644644
'id' => 'en-GB',
645645
'osxLocale' => 'en_GB',
646646
'locale' => 'en-GB',
647-
]
647+
],
648648
],
649649
[
650650
'data' => [
651651
'id' => 'fr',
652652
'osxLocale' => 'fr_FR',
653653
'locale' => 'fr-FR',
654-
]
654+
],
655655
],
656656
],
657657
]));
@@ -782,14 +782,14 @@ public function testReadForDefaultLocaleAndOneDomain(string $locale, string $dom
782782
'id' => 'en',
783783
'osxLocale' => 'en_GB',
784784
'locale' => 'en-GB',
785-
]
785+
],
786786
],
787787
[
788788
'data' => [
789789
'id' => 'fr',
790790
'osxLocale' => 'fr_FR',
791791
'locale' => 'fr-FR',
792-
]
792+
],
793793
],
794794
],
795795
]));
@@ -887,14 +887,14 @@ public function testReadServerException()
887887
'id' => 'en',
888888
'osxLocale' => 'en_GB',
889889
'locale' => 'en-GB',
890-
]
890+
],
891891
],
892892
[
893893
'data' => [
894894
'id' => 'fr',
895895
'osxLocale' => 'fr_FR',
896896
'locale' => 'fr-FR',
897-
]
897+
],
898898
],
899899
],
900900
]));
@@ -946,14 +946,14 @@ public function testReadDownloadServerException()
946946
'id' => 'en',
947947
'osxLocale' => 'en_GB',
948948
'locale' => 'en-GB',
949-
]
949+
],
950950
],
951951
[
952952
'data' => [
953953
'id' => 'fr',
954954
'osxLocale' => 'fr_FR',
955955
'locale' => 'fr-FR',
956-
]
956+
],
957957
],
958958
],
959959
]));

0 commit comments

Comments
 (0)
0