mirror of
https://github.com/yiisoft/yii2.git
synced 2025-12-13 01:41:42 +08:00
Add generics for all controllers (#20675)
This commit is contained in:
@@ -10,6 +10,7 @@ namespace yii\build\controllers;
|
||||
|
||||
use Yii;
|
||||
use yii\base\Exception;
|
||||
use yii\console\Application;
|
||||
use yii\console\Controller;
|
||||
use yii\helpers\ArrayHelper;
|
||||
use yii\helpers\Console;
|
||||
@@ -40,6 +41,8 @@ use yii\helpers\FileHelper;
|
||||
*
|
||||
* @author Carsten Brandt <mail@cebe.cc>
|
||||
* @since 2.0
|
||||
*
|
||||
* @extends Controller<Application>
|
||||
*/
|
||||
class ReleaseController extends Controller
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user