Skip to content

Commit e0ec0ab

Browse files
jenkins-botGerrit Code Review
authored andcommitted
Merge "LanguageFallbackChainFactoryTest: allow conversion to enumeration"
2 parents 2df911e + 2deb963 commit e0ec0ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/tests/phpunit/LanguageFallbackChainFactoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ private function getLanguageFallbackChainFactory( bool $includeMul = false ) {
8989
return new LanguageFallbackChainFactory( $termsLanguages, null, null, $languageFallback );
9090
}
9191

92-
private function getLanguageFallbacksForCallback( string $code, int $mode ): array {
92+
private function getLanguageFallbacksForCallback( string $code, $mode ): array {
9393
$fallbacks = $this->getStrictLanguageFallbacksForCallback( $code );
9494

9595
if ( $mode === LanguageFallback::MESSAGES && !in_array( 'en', $fallbacks ) ) {

0 commit comments

Comments
 (0)