Spoofchecker::areConfusable() $errorCode param is int

Updating this to match the manual: https://www.php.net/manual/en/spoofchecker.areconfusable.php

This was updated in the manual by php/doc-en#907
This commit is contained in:
Emjek Cordover 2024-03-12 16:59:54 -04:00 committed by Ivan Fedorov
parent 78d64a0d0c
commit cf2eb62517
1 changed files with 1 additions and 1 deletions

View File

@ -2543,7 +2543,7 @@ class Spoofchecker
* </p>
* @param string $string2 <p>
* </p>
* @param string &$errorCode [optional] <p>
* @param int &$errorCode [optional] <p>
* </p>
* @return bool
*/