mirror of
https://github.com/yiisoft/yii2.git
synced 2025-10-29 09:28:37 +08:00
Fix #20525: Add @template annotations for all actions
This commit is contained in:
@ -27,6 +27,9 @@ use yii\base\ViewNotFoundException;
|
||||
* @author Alexander Makarov <sam@rmcreative.ru>
|
||||
* @author Qiang Xue <qiang.xue@gmail.com>
|
||||
* @since 2.0
|
||||
*
|
||||
* @template T of Controller
|
||||
* @extends Action<T>
|
||||
*/
|
||||
class ViewAction extends Action
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user