Fixed some malformed @var tags (#13468) [skip ci]

This commit is contained in:
Brandon Kelly
2017-01-30 00:42:52 -08:00
committed by Alexander Makarov
parent a3a868e427
commit 5609e918de
5 changed files with 5 additions and 5 deletions

View File

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