Skip to content

Commit 2fa66e0

Browse files
authored
Merge pull request #11010 from ADmad/patch-2
2 parents d77790b + 626efd5 commit 2fa66e0

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

dictionaries/CallMap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6446,7 +6446,7 @@
64466446
'litespeed_request_headers' => ['array'],
64476447
'litespeed_response_headers' => ['array'],
64486448
'Locale::acceptFromHttp' => ['string|false', 'header'=>'string'],
6449-
'Locale::canonicalize' => ['string', 'locale'=>'string'],
6449+
'Locale::canonicalize' => ['?string', 'locale'=>'string'],
64506450
'Locale::composeLocale' => ['string', 'subtags'=>'array'],
64516451
'Locale::filterMatches' => ['?bool', 'languageTag'=>'string', 'locale'=>'string', 'canonicalize='=>'bool'],
64526452
'Locale::getAllVariants' => ['array', 'locale'=>'string'],

dictionaries/CallMap_historical.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3393,7 +3393,7 @@
33933393
'LimitIterator::seek' => ['int', 'offset'=>'int'],
33943394
'LimitIterator::valid' => ['bool'],
33953395
'Locale::acceptFromHttp' => ['string|false', 'header'=>'string'],
3396-
'Locale::canonicalize' => ['string', 'locale'=>'string'],
3396+
'Locale::canonicalize' => ['?string', 'locale'=>'string'],
33973397
'Locale::composeLocale' => ['string', 'subtags'=>'array'],
33983398
'Locale::filterMatches' => ['?bool', 'languageTag'=>'string', 'locale'=>'string', 'canonicalize='=>'bool'],
33993399
'Locale::getAllVariants' => ['array', 'locale'=>'string'],

tests/Internal/Codebase/InternalCallMapHandlerTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,6 @@ class InternalCallMapHandlerTest extends TestCase
198198
'infiniteiterator::getinneriterator' => ['8.1', '8.2', '8.3'],
199199
'iteratoriterator::getinneriterator' => ['8.1', '8.2', '8.3'],
200200
'limititerator::getinneriterator' => ['8.1', '8.2', '8.3'],
201-
'locale::canonicalize' => ['8.1', '8.2', '8.3'],
202201
'locale::getallvariants' => ['8.1', '8.2', '8.3'],
203202
'locale::getkeywords' => ['8.1', '8.2', '8.3'],
204203
'locale::getprimarylanguage' => ['8.1', '8.2', '8.3'],

0 commit comments

Comments
 (0)