mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 06:15:19 +08:00
Fixes #14882: Corrected action phpdoc to fix IDE hints in console commands [skip ci]
This commit is contained in:

committed by
Alexander Makarov

parent
537317fbb1
commit
f1cb76bc76
@ -43,7 +43,7 @@ class Action extends Component
|
||||
*/
|
||||
public $id;
|
||||
/**
|
||||
* @var Controller|\yii\web\Controller the controller that owns this action
|
||||
* @var Controller|\yii\web\Controller|\yii\console\Controller the controller that owns this action
|
||||
*/
|
||||
public $controller;
|
||||
|
||||
|
Reference in New Issue
Block a user