From 19f5d09c92d0e0b5e80e3bf07c38d53bafe50f33 Mon Sep 17 00:00:00 2001 From: Evgeniy Tkachenko Date: Fri, 14 Jan 2022 22:47:17 +0300 Subject: [PATCH] docs: correct Syntax for phpDoc (#258) Co-authored-by: githubjeka --- 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 bddbc61..95732cd 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 54d1399..67328ca 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 598fd81..c8d495e 100644 --- a/views/site/login.php +++ b/views/site/login.php @@ -1,8 +1,8 @@