Skip to content

Commit b04e60a

Browse files
AIlkivondrejmirtes
authored andcommitted
change return type for chr()
1 parent abb4378 commit b04e60a

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
@@ -944,7 +944,7 @@
944944
'chmod' => ['bool', 'filename'=>'string', 'mode'=>'int'],
945945
'chop' => ['string', 'str'=>'string', 'character_mask='=>'string'],
946946
'chown' => ['bool', 'filename'=>'string', 'user'=>'string|int'],
947-
'chr' => ['string', 'ascii'=>'int'],
947+
'chr' => ['non-empty-string', 'ascii'=>'int'],
948948
'chroot' => ['bool', 'directory'=>'string'],
949949
'chunk_split' => ['string', 'str'=>'string', 'chunklen='=>'int', 'ending='=>'string'],
950950
'class_alias' => ['bool', 'user_class_name'=>'string', 'alias_name'=>'string', 'autoload='=>'bool'],

0 commit comments

Comments
 (0)