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

Commit

Permalink
Zend\Http\PhpEnvironment\Response:
Browse files Browse the repository at this point in the history
* remove deprecation notices
  • Loading branch information
Ralph Schindler committed Jan 23, 2013
1 parent 58e8ec9 commit c8847bd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions library/Zend/Http/PhpEnvironment/Response.php
Expand Up @@ -69,7 +69,6 @@ public function headersSent()

/**
* @return bool
* @deprecated
*/
public function contentSent()
{
Expand All @@ -80,7 +79,6 @@ public function contentSent()
* Send HTTP headers
*
* @return Response
* @deprecated
*/
public function sendHeaders()
{
Expand Down Expand Up @@ -108,7 +106,6 @@ public function sendHeaders()
* Send content
*
* @return Response
* @deprecated
*/
public function sendContent()
{
Expand All @@ -125,7 +122,6 @@ public function sendContent()
* Send HTTP response
*
* @return Response
* @deprecated
*/
public function send()
{
Expand Down

0 comments on commit c8847bd

Please sign in to comment.