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