Skip to content

Commit 88461d1

Browse files
committed
Fix uopz_add_function() return type
1 parent 8996d39 commit 88461d1

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
@@ -11279,7 +11279,7 @@
1127911279
'unregister_tick_function' => ['void', 'function_name'=>'callable'],
1128011280
'unserialize' => ['mixed', 'variable_representation'=>'string', 'allowed_classes='=>'array{allowed_classes?:string[]|bool}'],
1128111281
'untaint' => ['bool', '&rw_string'=>'string', '&...rw_strings='=>'string'],
11282-
'uopz_add_function' => ['bool', 'class'=>'string', 'function'=>'string', 'handler'=>'Closure', '$flags'=>'bool', '$all'=>'bool'],
11282+
'uopz_add_function' => ['bool', 'class'=>'string', 'function'=>'string', 'handler'=>'Closure', '$flags'=>'int', '$all'=>'bool'],
1128311283
'uopz_add_function\'1' => ['bool', 'function'=>'string', 'handler'=>'Closure', '$flags'=>'bool'],
1128411284
'uopz_allow_exit' => ['void', 'allow'=>'bool'],
1128511285
'uopz_backup' => ['void', 'class'=>'string', 'function'=>'string'],

0 commit comments

Comments
 (0)