Skip to content

Commit

Permalink
docs: add @deprecated to Response::$CSP
Browse files Browse the repository at this point in the history
It will be protected.
  • Loading branch information
kenjis committed Sep 23, 2022
1 parent 1b3b5bd commit ea51727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/HTTP/ResponseTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ trait ResponseTrait
*
* @var ContentSecurityPolicy
*
* @TODO Will be protected. Use `getCSP()` instead.
* @deprecated Will be protected. Use `getCSP()` instead.
*/
public $CSP;

Expand Down

0 comments on commit ea51727

Please sign in to comment.