Skip to content

Commit d89921a

Browse files
authored
Update functionMap.php
Fix bindec signature
1 parent b4299be commit d89921a

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
@@ -444,7 +444,7 @@
444444
'bcsub' => ['string', 'left_operand'=>'string', 'right_operand'=>'string', 'scale='=>'int'],
445445
'bin2hex' => ['string', 'data'=>'string'],
446446
'bind_textdomain_codeset' => ['string', 'domain'=>'string', 'codeset'=>'string'],
447-
'bindec' => ['int', 'binary_number'=>'string'],
447+
'bindec' => ['float|int', 'binary_number'=>'string'],
448448
'bindtextdomain' => ['string', 'domain_name'=>'string', 'dir'=>'string'],
449449
'birdstep_autocommit' => ['bool', 'index'=>'int'],
450450
'birdstep_close' => ['bool', 'id'=>'int'],

0 commit comments

Comments
 (0)