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,6 +1,8 @@
<?php
/* @var $exception \Throwable */
/* @var $handler \yii\web\ErrorHandler */
/**
* @var \Throwable $exception
* @var \yii\web\ErrorHandler $handler
*/
if ($exception instanceof \yii\web\HttpException) {
$code = $exception->statusCode;
} else {