Skip to content

Commit 1caa824

Browse files
Merge branch '4.4'
* 4.4: [4.4] Add return types on internal|final|private methods (bis) [Ldap] Add missing LdapUser::setPassword() Add types to roting and DI configuration traits.
2 parents 07181ac + af30667 commit 1caa824

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)