Skip to content

Commit f675f13

Browse files
committed
Fix CS
1 parent f246907 commit f675f13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Data/Generator/LocaleDataGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ protected function preGenerate()
6767
// Write parents locale file for the Translation component
6868
file_put_contents(
6969
__DIR__.'/../../../Translation/Resources/data/parents.json',
70-
json_encode($this->localeParents, \JSON_PRETTY_PRINT).\PHP_EOL
70+
json_encode($this->localeParents, JSON_PRETTY_PRINT).PHP_EOL
7171
);
7272
}
7373

0 commit comments

Comments
 (0)