@@ -48,34 +48,22 @@ class CurrencyDataGenerator extends AbstractDataGenerator
4848 */
4949 private array $ currencyCodes = [];
5050
51- /**
52- * {@inheritdoc}
53- */
5451 protected function scanLocales (LocaleScanner $ scanner , string $ sourceDir ): array
5552 {
5653 return $ scanner ->scanLocales ($ sourceDir .'/curr ' );
5754 }
5855
59- /**
60- * {@inheritdoc}
61- */
6256 protected function compileTemporaryBundles (BundleCompilerInterface $ compiler , string $ sourceDir , string $ tempDir )
6357 {
6458 $ compiler ->compile ($ sourceDir .'/curr ' , $ tempDir );
6559 $ compiler ->compile ($ sourceDir .'/misc/currencyNumericCodes.txt ' , $ tempDir );
6660 }
6761
68- /**
69- * {@inheritdoc}
70- */
7162 protected function preGenerate ()
7263 {
7364 $ this ->currencyCodes = [];
7465 }
7566
76- /**
77- * {@inheritdoc}
78- */
7967 protected function generateDataForLocale (BundleEntryReaderInterface $ reader , string $ tempDir , string $ displayLocale ): ?array
8068 {
8169 $ localeBundle = $ reader ->read ($ tempDir , $ displayLocale );
@@ -93,9 +81,6 @@ protected function generateDataForLocale(BundleEntryReaderInterface $reader, str
9381 return null ;
9482 }
9583
96- /**
97- * {@inheritdoc}
98- */
9984 protected function generateDataForRoot (BundleEntryReaderInterface $ reader , string $ tempDir ): ?array
10085 {
10186 $ rootBundle = $ reader ->read ($ tempDir , 'root ' );
@@ -105,9 +90,6 @@ protected function generateDataForRoot(BundleEntryReaderInterface $reader, strin
10590 ];
10691 }
10792
108- /**
109- * {@inheritdoc}
110- */
11193 protected function generateDataForMeta (BundleEntryReaderInterface $ reader , string $ tempDir ): ?array
11294 {
11395 $ supplementalDataBundle = $ reader ->read ($ tempDir , 'supplementalData ' );
0 commit comments