diff --git a/dictionaries/CallMap.php b/dictionaries/CallMap.php index d803e6a1a25..db6ab1274da 100644 --- a/dictionaries/CallMap.php +++ b/dictionaries/CallMap.php @@ -13471,11 +13471,11 @@ 'SplTempFileObject::valid' => ['bool'], 'SplType::__construct' => ['void', 'initial_value='=>'mixed', 'strict='=>'bool'], 'Spoofchecker::__construct' => ['void'], -'Spoofchecker::areConfusable' => ['bool', 's1'=>'string', 's2'=>'string', '&w_error='=>'string'], -'Spoofchecker::isSuspicious' => ['bool', 'text'=>'string', '&w_error='=>'string'], -'Spoofchecker::setAllowedLocales' => ['void', 'locale_list'=>'string'], -'Spoofchecker::setChecks' => ['void', 'checks'=>'long'], -'Spoofchecker::setRestrictionLevel' => ['void', 'restriction_level'=>'int'], +'Spoofchecker::areConfusable' => ['bool', 'string1'=>'string', 'string2'=>'string', '&w_errorCode='=>'int'], +'Spoofchecker::isSuspicious' => ['bool', 'string'=>'string', '&w_errorCode='=>'int'], +'Spoofchecker::setAllowedLocales' => ['void', 'locales'=>'string'], +'Spoofchecker::setChecks' => ['void', 'checks'=>'int'], +'Spoofchecker::setRestrictionLevel' => ['void', 'level'=>'int'], 'sprintf' => ['string', 'format'=>'string', '...values='=>'string|int|float'], 'SQLite3::__construct' => ['void', 'filename'=>'string', 'flags='=>'int', 'encryptionKey='=>'?string'], 'SQLite3::busyTimeout' => ['bool', 'milliseconds'=>'int'], diff --git a/dictionaries/CallMap_historical.php b/dictionaries/CallMap_historical.php index f1f4cbd0c8a..5130b8be560 100644 --- a/dictionaries/CallMap_historical.php +++ b/dictionaries/CallMap_historical.php @@ -8008,11 +8008,11 @@ 'SplTempFileObject::valid' => ['bool'], 'SplType::__construct' => ['void', 'initial_value='=>'mixed', 'strict='=>'bool'], 'Spoofchecker::__construct' => ['void'], - 'Spoofchecker::areConfusable' => ['bool', 's1'=>'string', 's2'=>'string', '&w_error='=>'string'], - 'Spoofchecker::isSuspicious' => ['bool', 'text'=>'string', '&w_error='=>'string'], - 'Spoofchecker::setAllowedLocales' => ['void', 'locale_list'=>'string'], - 'Spoofchecker::setChecks' => ['void', 'checks'=>'long'], - 'Spoofchecker::setRestrictionLevel' => ['void', 'restriction_level'=>'int'], + 'Spoofchecker::areConfusable' => ['bool', 'string1'=>'string', 'string2'=>'string', '&w_errorCode='=>'int'], + 'Spoofchecker::isSuspicious' => ['bool', 'string'=>'string', '&w_errorCode='=>'int'], + 'Spoofchecker::setAllowedLocales' => ['void', 'locales'=>'string'], + 'Spoofchecker::setChecks' => ['void', 'checks'=>'int'], + 'Spoofchecker::setRestrictionLevel' => ['void', 'level'=>'int'], 'Stomp::__construct' => ['void', 'broker='=>'string', 'username='=>'string', 'password='=>'string', 'headers='=>'?array'], 'Stomp::abort' => ['bool', 'transaction_id'=>'string', 'headers='=>'?array'], 'Stomp::ack' => ['bool', 'msg'=>'', 'headers='=>'?array'], diff --git a/tests/Internal/Codebase/InternalCallMapHandlerTest.php b/tests/Internal/Codebase/InternalCallMapHandlerTest.php index 3ecc8579e08..7e14a822a7c 100644 --- a/tests/Internal/Codebase/InternalCallMapHandlerTest.php +++ b/tests/Internal/Codebase/InternalCallMapHandlerTest.php @@ -789,11 +789,6 @@ class InternalCallMapHandlerTest extends TestCase 'spltempfileobject::setfileclass', 'spltempfileobject::setinfoclass', 'spltempfileobject::setmaxlinelen', - 'spoofchecker::areconfusable', - 'spoofchecker::issuspicious', - 'spoofchecker::setallowedlocales', - 'spoofchecker::setchecks', - 'spoofchecker::setrestrictionlevel', 'sqlite3::__construct', 'sqlite3::open', 'sqlsrv_connect',