Skip to content

Commit af30667

Browse files
[4.4] Add return types on internal|final|private methods (bis)
1 parent 9bf6aac commit af30667

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Data/Generator/RegionDataGenerator.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -159,10 +159,7 @@ protected function generateDataForMeta(BundleEntryReaderInterface $reader, strin
159159
];
160160
}
161161

162-
/**
163-
* @return array
164-
*/
165-
protected function generateRegionNames(ArrayAccessibleResourceBundle $localeBundle)
162+
protected function generateRegionNames(ArrayAccessibleResourceBundle $localeBundle): array
166163
{
167164
$unfilteredRegionNames = iterator_to_array($localeBundle['Countries']);
168165
$regionNames = [];

0 commit comments

Comments
 (0)