Browse Source

Response::send(): Add note about ResponseEmitter in deprecation note

Rachman Chavik 6 years ago
parent
commit
c5e5df07e2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Http/Response.php

+ 1 - 1
src/Http/Response.php

@@ -483,7 +483,7 @@ class Response implements ResponseInterface
      * Will echo out the content in the response body.
      *
      * @return void
-     * @deprecated 3.4.0 Will be removed in 4.0.0
+     * @deprecated 3.4.0 Will be removed in 4.0.0. Use Cake\Http\ResponseEmitter if required
      */
     public function send()
     {