Skip to content

Commit 128492d

Browse files
jlherrenondrejmirtes
authored andcommitted
ceil() never returns int
1 parent 92609ad commit 128492d

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
@@ -933,7 +933,7 @@
933933
'CallbackFilterIterator::next' => ['void'],
934934
'CallbackFilterIterator::rewind' => ['void'],
935935
'CallbackFilterIterator::valid' => ['bool'],
936-
'ceil' => ['float|int', 'number'=>'float'],
936+
'ceil' => ['float', 'number'=>'float'],
937937
'chdb::__construct' => ['void', 'pathname'=>'string'],
938938
'chdb::get' => ['string', 'key'=>'string'],
939939
'chdb_create' => ['bool', 'pathname'=>'string', 'data'=>'array'],

0 commit comments

Comments
 (0)