Fix #20671: Fix PHPDoc annotations in yii\base, yii\console, yii\web and yii\widgets namespaces

This commit is contained in:
Maksim Spirkov
2025-11-02 11:35:27 +03:00
committed by GitHub
parent d1556e323e
commit 1fdcebaeec
8 changed files with 14 additions and 13 deletions

View File

@@ -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;