mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 06:15:19 +08:00
Fixes #3793: Changed inline autocomplete hints style to get more IDEs support
This commit is contained in:
@ -150,7 +150,7 @@ class Controller extends Component implements ViewContextInterface
|
||||
}
|
||||
|
||||
foreach ($modules as $module) {
|
||||
/** @var Module $module */
|
||||
/* @var $module Module */
|
||||
$result = $module->afterAction($action, $result);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user