mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-03 13:58:55 +08:00
Fix @var tags syntax in framework folder (#20392)
This commit is contained in:
@ -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() ?>
|
||||
|
||||
Reference in New Issue
Block a user