From 027dbfc1833d650ca14ff0ee7a7ec3839d361508 Mon Sep 17 00:00:00 2001 From: Mark Scherer Date: Tue, 22 Jul 2025 12:14:41 +0200 Subject: [PATCH] Update AppView.php `@link` should be used for linking things together. Here, a simple `@see` is correct IMO. Refs https://github.com/dereuromark/cakephp-ide-helper/blob/b6237cc03a50735bd43a5290e0a9e77972864208/config/app.example.php#L34 --- src/View/AppView.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/View/AppView.php b/src/View/AppView.php index 1bfd5dc18a..b6ad9d1314 100644 --- a/src/View/AppView.php +++ b/src/View/AppView.php @@ -22,7 +22,7 @@ * * Your application's default view class * - * @link https://book.cakephp.org/5/en/views.html#the-app-view + * @see https://book.cakephp.org/5/en/views.html#the-app-view */ class AppView extends View {