From 15cbeda4ba286960a59a487984cf8ffc52e5f53c Mon Sep 17 00:00:00 2001 From: githubjeka Date: Fri, 14 Jan 2022 21:23:37 +0300 Subject: [PATCH] docs: correct Syntax for phpDoc --- mail/layouts/html.php | 6 +++--- views/layouts/main.php | 4 ++-- views/site/about.php | 2 +- views/site/contact.php | 6 +++--- views/site/error.php | 8 ++++---- views/site/index.php | 2 +- views/site/login.php | 6 +++--- 7 files changed, 17 insertions(+), 17 deletions(-) diff --git a/mail/layouts/html.php b/mail/layouts/html.php index bddbc6129..95732cdfa 100644 --- a/mail/layouts/html.php +++ b/mail/layouts/html.php @@ -1,9 +1,9 @@ beginPage() ?> diff --git a/views/layouts/main.php b/views/layouts/main.php index 54d139995..67328ca86 100644 --- a/views/layouts/main.php +++ b/views/layouts/main.php @@ -1,7 +1,7 @@ title = 'My Yii Application'; ?> diff --git a/views/site/login.php b/views/site/login.php index 598fd81ad..c8d495ebe 100644 --- a/views/site/login.php +++ b/views/site/login.php @@ -1,8 +1,8 @@