Skip to content

Commit

Permalink
Deprecate Cell::$request, Cell::$response as public properties.
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed May 2, 2018
1 parent 0131004 commit 69edc91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/View/Cell.php
Expand Up @@ -71,13 +71,15 @@ abstract class Cell
* additional information about the request.
*
* @var \Cake\Http\ServerRequest
* @deprecated 3.7.0 The property will become protected in 4.0.0.
*/
public $request;

/**
* An instance of a Response object that contains information about the impending response
*
* @var \Cake\Http\Response
* @deprecated 3.7.0 The property will become protected in 4.0.0.
*/
public $response;

Expand Down

0 comments on commit 69edc91

Please sign in to comment.