Fix @var tags syntax in framework folder (#20392)

This commit is contained in:
Максим Спирков
2025-06-03 20:57:08 +04:00
committed by GitHub
parent cde05962bf
commit 8b50a4942a
55 changed files with 180 additions and 170 deletions

View File

@ -1,7 +1,9 @@
<?php
/* @var $this \yii\web\View */
/* @var $exception \Throwable */
/* @var $handler \yii\web\ErrorHandler */
/**
* @var \yii\web\View $this
* @var \Throwable $exception
* @var \yii\web\ErrorHandler $handler
*/
?>
<?php if (method_exists($this, 'beginPage')): ?>
<?php $this->beginPage() ?>