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