Skip to content

Commit 31cd24e

Browse files
Restrict intval param
1 parent 7f5bc5d commit 31cd24e

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
@@ -2019,7 +2019,7 @@
20192019
'DomXsltStylesheet::result_dump_mem' => ['string', 'xmldoc'=>'DOMDocument'],
20202020
'DOTNET::__construct' => ['void', 'assembly_name'=>'string', 'class_name'=>'string', 'codepage='=>'int'],
20212021
'dotnet_load' => ['int', 'assembly_name'=>'string', 'datatype_name='=>'string', 'codepage='=>'int'],
2022-
'doubleval' => ['float', 'var'=>'scalar|array|resource|null'],
2022+
'doubleval' => ['float', 'var'=>'scalar|array|null'],
20232023
'Ds\Collection::clear' => ['void'],
20242024
'Ds\Collection::copy' => ['Ds\Collection'],
20252025
'Ds\Collection::isEmpty' => ['bool'],

0 commit comments

Comments
 (0)