mirror of
https://github.com/yiisoft/yii2.git
synced 2025-12-16 20:47:32 +08:00
Add generics for all controllers (#20675)
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
|
||||
namespace yii\build\controllers;
|
||||
|
||||
use yii\console\Application;
|
||||
use yii\console\Controller;
|
||||
use yii\helpers\Console;
|
||||
use yii\helpers\FileHelper;
|
||||
@@ -16,6 +17,8 @@ use yii\helpers\FileHelper;
|
||||
* Check files for broken UTF8 and non-printable characters.
|
||||
*
|
||||
* @author Carsten Brandt <mail@cebe.cc>
|
||||
*
|
||||
* @extends Controller<Application>
|
||||
*/
|
||||
class Utf8Controller extends Controller
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user