Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Commit

Permalink
Zend\Http
Browse files Browse the repository at this point in the history
  - Various docblock fixes in the code to provide for doc generation
  - Zend_Http manual page, rough
  • Loading branch information
Ralph Schindler committed Aug 18, 2011
3 parents 46dfa76 + f52dcb8 + 126ccb2 commit c800904
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Message.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,10 @@ public function getContent()
{
return $this->content;
}


/**
* @return string
*/
public function toString()
{
$request = '';
Expand Down

0 comments on commit c800904

Please sign in to comment.