We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f246907 commit f675f13Copy full SHA for f675f13
Data/Generator/LocaleDataGenerator.php
@@ -67,7 +67,7 @@ protected function preGenerate()
67
// Write parents locale file for the Translation component
68
file_put_contents(
69
__DIR__.'/../../../Translation/Resources/data/parents.json',
70
- json_encode($this->localeParents, \JSON_PRETTY_PRINT).\PHP_EOL
+ json_encode($this->localeParents, JSON_PRETTY_PRINT).PHP_EOL
71
);
72
}
73
0 commit comments