Skip to content

Commit

Permalink
Spoofchecker::areConfusable() $errorCode param is int
Browse files Browse the repository at this point in the history
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
  • Loading branch information
mjec authored and isfedorov committed Mar 14, 2024
1 parent 78d64a0 commit cf2eb62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion intl/intl.php
Original file line number Diff line number Diff line change
Expand Up @@ -2543,7 +2543,7 @@ public function isSuspicious(#[LanguageAware(['8.0' => 'string'], default: '')]
* </p>
* @param string $string2 <p>
* </p>
* @param string &$errorCode [optional] <p>
* @param int &$errorCode [optional] <p>
* </p>
* @return bool
*/
Expand Down

0 comments on commit cf2eb62

Please sign in to comment.