mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 06:15:19 +08:00
Removed unused imports
This commit is contained in:
@ -21,7 +21,6 @@ use yii\apidoc\models\TraitDoc;
|
||||
use yii\apidoc\models\TypeDoc;
|
||||
use yii\base\Component;
|
||||
use yii\console\Controller;
|
||||
use yii\helpers\Html;
|
||||
|
||||
/**
|
||||
* Base class for all documentation renderers
|
||||
|
@ -7,11 +7,8 @@
|
||||
|
||||
namespace yii\apidoc\templates\bootstrap;
|
||||
|
||||
use yii\apidoc\models\Context;
|
||||
use yii\console\Controller;
|
||||
use Yii;
|
||||
use yii\helpers\Console;
|
||||
use yii\helpers\Html;
|
||||
|
||||
/**
|
||||
*
|
||||
|
@ -8,7 +8,6 @@
|
||||
namespace yii\apidoc\templates\bootstrap;
|
||||
|
||||
use Yii;
|
||||
use yii\helpers\Html;
|
||||
|
||||
/**
|
||||
*
|
||||
|
@ -7,9 +7,7 @@
|
||||
|
||||
namespace yii\apidoc\templates\online;
|
||||
|
||||
use yii\apidoc\models\Context;
|
||||
use yii\apidoc\models\TypeDoc;
|
||||
use yii\console\Controller;
|
||||
use Yii;
|
||||
use yii\helpers\Console;
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
<?php
|
||||
use yii\helpers\Html;
|
||||
use yii\helpers\Json;
|
||||
|
||||
/* @var $this \yii\base\View */
|
||||
|
@ -10,7 +10,6 @@ namespace yii\mongodb;
|
||||
use yii\base\InvalidParamException;
|
||||
use yii\base\Object;
|
||||
use Yii;
|
||||
use yii\helpers\Json;
|
||||
|
||||
/**
|
||||
* Collection represents the Mongo collection information.
|
||||
|
@ -9,7 +9,6 @@ namespace yii\helpers;
|
||||
|
||||
use Yii;
|
||||
use yii\base\InvalidParamException;
|
||||
use yii\web\Controller;
|
||||
|
||||
/**
|
||||
* BaseUrl provides concrete implementation for [[Url]].
|
||||
|
@ -12,7 +12,6 @@ use yii\filters\auth\CompositeAuth;
|
||||
use yii\filters\ContentNegotiator;
|
||||
use yii\filters\RateLimiter;
|
||||
use yii\web\Response;
|
||||
use yii\web\UnsupportedMediaTypeHttpException;
|
||||
use yii\filters\VerbFilter;
|
||||
use yii\web\ForbiddenHttpException;
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
namespace yiiunit\framework\web;
|
||||
|
||||
use yii\web\UrlManager;
|
||||
use yii\web\UrlRule;
|
||||
use yii\web\GroupUrlRule;
|
||||
use yii\web\Request;
|
||||
use yiiunit\TestCase;
|
||||
|
Reference in New Issue
Block a user