diff --git a/templates/email/html/default.php b/templates/email/html/default.php index bf4c13188a..70a6cd4492 100644 --- a/templates/email/html/default.php +++ b/templates/email/html/default.php @@ -11,7 +11,7 @@ * @link https://cakephp.org CakePHP(tm) Project * @since 0.10.0 * @license https://opensource.org/licenses/mit-license.php MIT License - * @var \App\View\AppView $this + * @var \Cake\View\View $this * @var string $content */ diff --git a/templates/email/text/default.php b/templates/email/text/default.php index bb8461e66b..cb1f378451 100644 --- a/templates/email/text/default.php +++ b/templates/email/text/default.php @@ -11,7 +11,7 @@ * @link https://cakephp.org CakePHP(tm) Project * @since 0.10.0 * @license https://opensource.org/licenses/mit-license.php MIT License - * @var \App\View\AppView $this + * @var \Cake\View\View $this * @var string $content */