Skip to content

Commit 4b6cf8b

Browse files
staabmondrejmirtes
authored andcommitted
More precise count_chars() mode-param
1 parent 82eb72c commit 4b6cf8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/functionMap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1365,7 +1365,7 @@
13651365
'Couchbase\zlibCompress' => ['string', 'data'=>'string'],
13661366
'Couchbase\zlibDecompress' => ['string', 'data'=>'string'],
13671367
'count' => ['0|positive-int', 'var'=>'Countable|array', 'mode='=>'int'],
1368-
'count_chars' => ['mixed', 'input'=>'string', 'mode='=>'int'],
1368+
'count_chars' => ['mixed', 'input'=>'string', 'mode='=>'0|1|2|3|4'],
13691369
'Countable::count' => ['0|positive-int'],
13701370
'crack_check' => ['bool', 'dictionary'=>'', 'password'=>'string'],
13711371
'crack_closedict' => ['bool', 'dictionary='=>'resource'],

0 commit comments

Comments
 (0)