Fixes #14882: Corrected action phpdoc to fix IDE hints in console commands [skip ci]

This commit is contained in:
Andriy Maletsky
2017-09-29 22:11:47 +03:00
committed by Alexander Makarov
parent 537317fbb1
commit f1cb76bc76

View File

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