diff --git a/src/PhpEnvironment/Response.php b/src/PhpEnvironment/Response.php index 3a968ee1f..f0400927a 100644 --- a/src/PhpEnvironment/Response.php +++ b/src/PhpEnvironment/Response.php @@ -69,7 +69,6 @@ public function headersSent() /** * @return bool - * @deprecated */ public function contentSent() { @@ -80,7 +79,6 @@ public function contentSent() * Send HTTP headers * * @return Response - * @deprecated */ public function sendHeaders() { @@ -108,7 +106,6 @@ public function sendHeaders() * Send content * * @return Response - * @deprecated */ public function sendContent() { @@ -125,7 +122,6 @@ public function sendContent() * Send HTTP response * * @return Response - * @deprecated */ public function send() {