diff --git a/common/modules/blog/widgets/views/comments/_comment.php b/common/modules/blog/widgets/views/comments/_comment.php index bb61ff1..16116e1 100644 --- a/common/modules/blog/widgets/views/comments/_comment.php +++ b/common/modules/blog/widgets/views/comments/_comment.php @@ -1,6 +1,6 @@ comment->id ?>" class="blog-comment " style="margin-left: px">
- +
comment->user->username ?> diff --git a/common/modules/blog/widgets/views/comments/comments.php b/common/modules/blog/widgets/views/comments/comments.php index fd77d3f..fb0de05 100644 --- a/common/modules/blog/widgets/views/comments/comments.php +++ b/common/modules/blog/widgets/views/comments/comments.php @@ -4,7 +4,7 @@ use yii\bootstrap\ActiveForm; use yii\helpers\Html; /* @var $this yii\web\View */ -/* @var $post GuzzleHttp\Post\ */ +/* @var $post \common\modules\blog\entities\BlogPost */ /* @var $items \common\modules\blog\widgets\CommentView[] */ /* @var $count integer */ /* @var $commentForm \common\modules\blog\forms\BlogCommentForm */