Skip to content

Commit

Permalink
fix typo in Yaf_Response_Abstract::appendBody (#4046)
Browse files Browse the repository at this point in the history
  • Loading branch information
sy-records authored Nov 12, 2024
1 parent 9e6beda commit 0d4f735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/yaf/yaf_response_abstract/appendbody.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<?php
$response = new Yaf_Response_Http();
$response->setBody("Hello")->prependBody(" World");
$response->setBody("Hello")->appendBody(" World");
echo $response;
?>
Expand Down

0 comments on commit 0d4f735

Please sign in to comment.