mirror of
https://github.com/yiisoft/yii2.git
synced 2025-12-15 10:50:45 +08:00
Fix #20671: Fix PHPDoc annotations in yii\base, yii\console, yii\web and yii\widgets namespaces
This commit is contained in:
@@ -57,7 +57,7 @@ class Application extends \yii\base\Application
|
||||
*/
|
||||
public $catchAll;
|
||||
/**
|
||||
* @var Controller the currently active controller instance
|
||||
* @var Controller|null the currently active controller instance
|
||||
*/
|
||||
public $controller;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user