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

Commit c800904

Browse files
author
Ralph Schindler
committed
Zend\Http
- Various docblock fixes in the code to provide for doc generation - Zend_Http manual page, rough
3 parents 46dfa76 + f52dcb8 + 126ccb2 commit c800904

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/Message.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,10 @@ public function getContent()
8989
{
9090
return $this->content;
9191
}
92-
92+
93+
/**
94+
* @return string
95+
*/
9396
public function toString()
9497
{
9598
$request = '';

0 commit comments

Comments
 (0)