Commit 5d23a066 by Alexander Makarov

Removed unused imports

parent 349f2c9e
...@@ -9,7 +9,6 @@ namespace yii\caching; ...@@ -9,7 +9,6 @@ namespace yii\caching;
use Yii; use Yii;
use yii\base\Component; use yii\base\Component;
use yii\base\InvalidConfigException;
use yii\helpers\StringHelper; use yii\helpers\StringHelper;
/** /**
......
...@@ -9,7 +9,6 @@ namespace yii\captcha; ...@@ -9,7 +9,6 @@ namespace yii\captcha;
use Yii; use Yii;
use yii\base\InvalidConfigException; use yii\base\InvalidConfigException;
use yii\helpers\Html;
use yii\validators\ValidationAsset; use yii\validators\ValidationAsset;
use yii\validators\Validator; use yii\validators\Validator;
......
...@@ -9,7 +9,6 @@ namespace yii\data; ...@@ -9,7 +9,6 @@ namespace yii\data;
use Yii; use Yii;
use yii\base\InvalidConfigException; use yii\base\InvalidConfigException;
use yii\base\Model;
use yii\db\Connection; use yii\db\Connection;
/** /**
......
...@@ -15,8 +15,6 @@ use yii\base\ModelEvent; ...@@ -15,8 +15,6 @@ use yii\base\ModelEvent;
use yii\base\NotSupportedException; use yii\base\NotSupportedException;
use yii\base\UnknownMethodException; use yii\base\UnknownMethodException;
use yii\base\InvalidCallException; use yii\base\InvalidCallException;
use yii\helpers\StringHelper;
use yii\helpers\Inflector;
/** /**
* ActiveRecord is the base class for classes representing relational data in terms of objects. * ActiveRecord is the base class for classes representing relational data in terms of objects.
......
...@@ -9,7 +9,6 @@ namespace yii\log; ...@@ -9,7 +9,6 @@ namespace yii\log;
use Yii; use Yii;
use yii\base\Component; use yii\base\Component;
use yii\base\InvalidConfigException;
/** /**
* Logger records logged messages in memory and sends them to different targets as needed. * Logger records logged messages in memory and sends them to different targets as needed.
......
...@@ -8,7 +8,6 @@ ...@@ -8,7 +8,6 @@
namespace yii\validators; namespace yii\validators;
use Yii; use Yii;
use yii\helpers\Html;
/** /**
* BooleanValidator checks if the attribute value is a boolean value. * BooleanValidator checks if the attribute value is a boolean value.
......
...@@ -9,7 +9,6 @@ namespace yii\validators; ...@@ -9,7 +9,6 @@ namespace yii\validators;
use Yii; use Yii;
use yii\base\InvalidConfigException; use yii\base\InvalidConfigException;
use yii\helpers\Html;
use yii\web\JsExpression; use yii\web\JsExpression;
use yii\helpers\Json; use yii\helpers\Json;
......
...@@ -8,7 +8,6 @@ ...@@ -8,7 +8,6 @@
namespace yii\validators; namespace yii\validators;
use Yii; use Yii;
use yii\helpers\Html;
use yii\web\JsExpression; use yii\web\JsExpression;
use yii\helpers\Json; use yii\helpers\Json;
......
...@@ -9,7 +9,6 @@ namespace yii\validators; ...@@ -9,7 +9,6 @@ namespace yii\validators;
use Yii; use Yii;
use yii\base\InvalidConfigException; use yii\base\InvalidConfigException;
use yii\helpers\Html;
/** /**
* RangeValidator validates that the attribute value is among a list of values. * RangeValidator validates that the attribute value is among a list of values.
......
...@@ -9,7 +9,6 @@ namespace yii\validators; ...@@ -9,7 +9,6 @@ namespace yii\validators;
use Yii; use Yii;
use yii\base\InvalidConfigException; use yii\base\InvalidConfigException;
use yii\helpers\Html;
use yii\web\JsExpression; use yii\web\JsExpression;
use yii\helpers\Json; use yii\helpers\Json;
......
...@@ -8,7 +8,6 @@ ...@@ -8,7 +8,6 @@
namespace yii\validators; namespace yii\validators;
use Yii; use Yii;
use yii\helpers\Html;
/** /**
* RequiredValidator validates that the specified attribute does not have null or empty value. * RequiredValidator validates that the specified attribute does not have null or empty value.
......
...@@ -8,7 +8,6 @@ ...@@ -8,7 +8,6 @@
namespace yii\validators; namespace yii\validators;
use Yii; use Yii;
use yii\helpers\Html;
/** /**
* StringValidator validates that the attribute value is of certain length. * StringValidator validates that the attribute value is of certain length.
......
...@@ -9,7 +9,6 @@ namespace yii\validators; ...@@ -9,7 +9,6 @@ namespace yii\validators;
use Yii; use Yii;
use yii\base\InvalidConfigException; use yii\base\InvalidConfigException;
use yii\helpers\Html;
use yii\web\JsExpression; use yii\web\JsExpression;
use yii\helpers\Json; use yii\helpers\Json;
......
...@@ -8,9 +8,7 @@ ...@@ -8,9 +8,7 @@
namespace yii\web; namespace yii\web;
use Yii; use Yii;
use yii\base\InvalidConfigException;
use yii\base\Object; use yii\base\Object;
use yii\web\View;
/** /**
* AssetBundle represents a collection of asset files, such as CSS, JS, images. * AssetBundle represents a collection of asset files, such as CSS, JS, images.
......
...@@ -8,13 +8,7 @@ ...@@ -8,13 +8,7 @@
namespace yii\web; namespace yii\web;
use Yii; use Yii;
use yii\helpers\FileHelper;
use yii\helpers\Html; use yii\helpers\Html;
use yii\web\JqueryAsset;
use yii\web\AssetBundle;
use yii\widgets\Block;
use yii\widgets\ContentDecorator;
use yii\widgets\FragmentCache;
use yii\base\InvalidConfigException; use yii\base\InvalidConfigException;
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment