Fix #20525: Add @template annotations for all actions

This commit is contained in:
Maksim Spirkov
2025-09-15 21:38:24 +04:00
committed by GitHub
parent 68600dbcba
commit 4774464159
10 changed files with 29 additions and 0 deletions

View File

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