Skip to content

Commit

Permalink
functionMap - remove duplicate keys
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed May 20, 2021
1 parent ddbc310 commit e1efa03
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions resources/functionMap.php
Original file line number Diff line number Diff line change
Expand Up @@ -12677,19 +12677,15 @@
'uopz_rename\'1' => ['void', 'function'=>'string', 'rename'=>'string'],
'uopz_restore' => ['void', 'class'=>'string', 'function'=>'string'],
'uopz_restore\'1' => ['void', 'function'=>'string'],
'uopz_set_hook' => ['bool', 'class'=>'string', 'class'=>'function', 'hook'=>'Closure'],
'uopz_set_hook\1' => ['bool', 'class'=>'string', 'hook'=>'Closure'],
'uopz_set_mock' => ['void', 'class'=>'string', 'mock'=>'object|string'],
'uopz_set_property' => ['void', 'class'=>'string', 'property'=>'string', 'value'=>'mixed'],
'uopz_set_property\1' => ['void', 'instance'=>'object', 'property'=>'string', 'value'=>'mixed'],
'uopz_set_return' => ['bool', 'class'=>'string', 'function'=>'string', 'value'=>'mixed', 'execute='=>'bool'],
'uopz_set_return\'1' => ['bool', 'function'=>'string', 'value'=>'mixed', 'execute='=>'bool'],
'uopz_set_return' => ['bool', 'class'=>'string', 'function'=>'string', 'static'=>'array'],
'uopz_set_return\'1' => ['bool', 'function'=>'string', 'static='=>'array'],
'uopz_undefine' => ['void', 'class'=>'string', 'constant'=>'string'],
'uopz_undefine\'1' => ['void', 'constant'=>'string'],
'uopz_set_hook' => ['bool', 'class'=>'string', 'class'=>'function'],
'uopz_set_hook\1' => ['bool', 'class'=>'string'],
'uopz_set_hook' => ['bool', 'class'=>'string', 'function'=>'string'],
'uopz_set_hook\1' => ['bool', 'function'=>'string'],
'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 e1efa03

Please sign in to comment.