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.
2 parents 2df911e + 2deb963 commit e0ec0abCopy full SHA for e0ec0ab
lib/tests/phpunit/LanguageFallbackChainFactoryTest.php
@@ -89,7 +89,7 @@ private function getLanguageFallbackChainFactory( bool $includeMul = false ) {
89
return new LanguageFallbackChainFactory( $termsLanguages, null, null, $languageFallback );
90
}
91
92
- private function getLanguageFallbacksForCallback( string $code, int $mode ): array {
+ private function getLanguageFallbacksForCallback( string $code, $mode ): array {
93
$fallbacks = $this->getStrictLanguageFallbacksForCallback( $code );
94
95
if ( $mode === LanguageFallback::MESSAGES && !in_array( 'en', $fallbacks ) ) {
0 commit comments