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

@ -19,6 +19,9 @@ use yii\web\ServerErrorHttpException;
*
* @author Qiang Xue <qiang.xue@gmail.com>
* @since 2.0
*
* @template T of Controller
* @extends Action<T>
*/
class CreateAction extends Action
{