Skip to content

Commit

Permalink
Fix duplicate array key Yaf_Response_Http::__clone
Browse files Browse the repository at this point in the history
  • Loading branch information
PrinsFrank committed Jan 11, 2024
1 parent ff0c201 commit 76ea5c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/functionMap.php
Original file line number Diff line number Diff line change
Expand Up @@ -13825,7 +13825,7 @@
'Yaf_Response_Cli::prependBody' => ['Yaf_Response_Cli|false|null', 'body'=>'string', 'name='=>'?string'],
'Yaf_Response_Cli::response' => ['bool'],
'Yaf_Response_Cli::setBody' => ['Yaf_Response_Cli|false|null', 'body'=>'string', 'name='=>'?string'],
'Yaf_Response_Cli::setRedirect' => ['?bool', 'url'=>'string'],'Yaf_Response_Http::__clone' => [''],
'Yaf_Response_Cli::setRedirect' => ['?bool', 'url'=>'string'],
'Yaf_Response_Http::__clone' => ['void'],
'Yaf_Response_Http::__construct' => ['void'],
'Yaf_Response_Http::__destruct' => ['void'],
Expand Down

0 comments on commit 76ea5c7

Please sign in to comment.