Skip to content

Commit

Permalink
Update framework provided property annotations (#17249)
Browse files Browse the repository at this point in the history
* Update framework provided property annotations

Update the components we annotate in `Controller` to no longer include
deprecated components and include the `CheckHttpCache` component which
was omitted.

Fixes #17247

* Revert annotation removals.

Because these comoponents still exist and still work fine we don't need
to remove them.
  • Loading branch information
markstory committed Aug 22, 2023
1 parent 8d019a8 commit b58978b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Controller/Controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
* @property \Cake\Controller\Component\RequestHandlerComponent $RequestHandler
* @property \Cake\Controller\Component\SecurityComponent $Security
* @property \Cake\Controller\Component\AuthComponent $Auth
* @property \Cake\Controller\Component\CheckHttpCacheComponent $CheckHttpCache
* @link https://book.cakephp.org/4/en/controllers.html
*/
#[\AllowDynamicProperties]
Expand Down

0 comments on commit b58978b

Please sign in to comment.