mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-02 13:02:24 +08:00
Fixed some malformed @var tags (#13468) [skip ci]
This commit is contained in:
committed by
Alexander Makarov
parent
a3a868e427
commit
5609e918de
@ -43,7 +43,7 @@ class Controller extends Component implements ViewContextInterface
|
||||
*/
|
||||
public $id;
|
||||
/**
|
||||
* @var Module $module the module that this controller belongs to.
|
||||
* @var Module the module that this controller belongs to.
|
||||
*/
|
||||
public $module;
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user