Skip to content

Commit

Permalink
Merge pull request #9256 from othercorey/spoofchecker-callmap
Browse files Browse the repository at this point in the history
fixes #9254
  • Loading branch information
weirdan committed Feb 9, 2023
2 parents 9c6dfb8 + b467a0a commit 1ee0f1b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 15 deletions.
10 changes: 5 additions & 5 deletions dictionaries/CallMap.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down
10 changes: 5 additions & 5 deletions dictionaries/CallMap_historical.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down
5 changes: 0 additions & 5 deletions tests/Internal/Codebase/InternalCallMapHandlerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -783,11 +783,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',
Expand Down

0 comments on commit 1ee0f1b

Please sign in to comment.