Skip to content

Commit

Permalink
uopz_set_hook fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed May 20, 2021
1 parent e1efa03 commit 4effc89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/functionMap.php
Original file line number Diff line number Diff line change
Expand Up @@ -12684,8 +12684,8 @@
'uopz_set_return\'1' => ['bool', 'function'=>'string', 'value'=>'mixed', 'execute='=>'bool'],
'uopz_undefine' => ['void', 'class'=>'string', 'constant'=>'string'],
'uopz_undefine\'1' => ['void', 'constant'=>'string'],
'uopz_set_hook' => ['bool', 'class'=>'string', 'function'=>'string'],
'uopz_set_hook\1' => ['bool', 'function'=>'string'],
'uopz_set_hook' => ['bool', 'class'=>'string', 'function'=>'string', 'hook'=>'Closure'],
'uopz_set_hook\1' => ['bool', 'function'=>'string', 'hook'=>'Closure'],
'uopz_unset_mock' => ['void', 'class'=>'string'],
'uopz_unset_return' => ['bool', 'class='=>'string', 'function='=>'string'],
'uopz_unset_return\'1' => ['bool', 'function'=>'string'],
Expand Down

0 comments on commit 4effc89

Please sign in to comment.