mirror of
https://github.com/yiisoft/yii2.git
synced 2025-10-30 01:56:35 +08:00
Fix #20525: Add @template annotations for all actions
This commit is contained in:
@ -47,6 +47,9 @@ use yii\base\UserException;
|
||||
* @author Qiang Xue <qiang.xue@gmail.com>
|
||||
* @author Dmitry Naumenko <d.naumenko.a@gmail.com>
|
||||
* @since 2.0
|
||||
*
|
||||
* @template T of Controller
|
||||
* @extends Action<T>
|
||||
*/
|
||||
class ErrorAction extends Action
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user