Skip to content

Commit 2ed4aec

Browse files
committed
Fix uopz_add_function() return type
1 parent 1a8a657 commit 2ed4aec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/functionMap.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11279,8 +11279,8 @@
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'],
11283-
'uopz_add_function\'1' => ['bool', 'function'=>'string', 'handler'=>'Closure', '$flags'=>'bool'],
11282+
'uopz_add_function' => ['bool', 'class'=>'string', 'function'=>'string', 'handler'=>'Closure', '$flags'=>'int', '$all'=>'bool'],
11283+
'uopz_add_function\'1' => ['bool', 'function'=>'string', 'handler'=>'Closure', '$flags'=>'int'],
1128411284
'uopz_allow_exit' => ['void', 'allow'=>'bool'],
1128511285
'uopz_backup' => ['void', 'class'=>'string', 'function'=>'string'],
1128611286
'uopz_backup\'1' => ['void', 'function'=>'string'],

0 commit comments

Comments
 (0)