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

Commit

Permalink
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/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 fc21a96

Please sign in to comment.