Commit c5ec3550 by Alexander Makarov

Removed unused "use" statements

parent 71835d97
......@@ -13,12 +13,9 @@ use ArrayObject;
use ArrayIterator;
use ReflectionClass;
use IteratorAggregate;
use yii\helpers\ArrayHelper;
use yii\helpers\Inflector;
use yii\validators\RequiredValidator;
use yii\validators\Validator;
use yii\web\Link;
use yii\web\Linkable;
/**
* Model is the base class for data models.
......
......@@ -8,7 +8,6 @@
namespace yiiunit\extensions\smarty;
use yii\web\AssetManager;
use yii\web\JqueryAsset;
use yii\web\View;
use Yii;
use yiiunit\TestCase;
......
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