Skip to content

Commit

Permalink
Merge branch 'revert-1' into revert-final
Browse files Browse the repository at this point in the history
  • Loading branch information
terabytesoftw committed Jul 10, 2024
2 parents 90fbffc + 5e53fca commit 54702a8
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 15 deletions.
1 change: 0 additions & 1 deletion build/controllers/TranslationController.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
namespace yii\build\controllers;

use DirectoryIterator;
use Yii;
use yii\console\Controller;
use yii\helpers\Html;

Expand Down
2 changes: 0 additions & 2 deletions framework/base/ErrorException.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@

namespace yii\base;

use Yii;

/**
* ErrorException represents a PHP error.
*
Expand Down
1 change: 0 additions & 1 deletion framework/base/Security.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

namespace yii\base;

use Yii;
use yii\helpers\StringHelper;

/**
Expand Down
1 change: 0 additions & 1 deletion framework/data/SqlDataProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

namespace yii\data;

use Yii;
use yii\base\InvalidConfigException;
use yii\db\Connection;
use yii\db\Expression;
Expand Down
1 change: 0 additions & 1 deletion framework/db/ColumnSchemaBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

namespace yii\db;

use Yii;
use yii\base\BaseObject;
use yii\helpers\StringHelper;

Expand Down
1 change: 0 additions & 1 deletion framework/i18n/DbMessageSource.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

namespace yii\i18n;

use Yii;
use yii\base\InvalidConfigException;
use yii\caching\CacheInterface;
use yii\db\Connection;
Expand Down
1 change: 0 additions & 1 deletion framework/log/DbTarget.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

namespace yii\log;

use Yii;
use yii\base\InvalidConfigException;
use yii\db\Connection;
use yii\db\Exception;
Expand Down
1 change: 0 additions & 1 deletion framework/log/Logger.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

namespace yii\log;

use Yii;
use yii\base\Component;

/**
Expand Down
1 change: 0 additions & 1 deletion framework/log/SyslogTarget.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

namespace yii\log;

use Yii;
use yii\helpers\VarDumper;

/**
Expand Down
1 change: 0 additions & 1 deletion framework/rbac/Assignment.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

namespace yii\rbac;

use Yii;
use yii\base\BaseObject;

/**
Expand Down
2 changes: 0 additions & 2 deletions framework/rest/ViewAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@

namespace yii\rest;

use Yii;

/**
* ViewAction implements the API endpoint for returning the detailed information about a model.
*
Expand Down
1 change: 0 additions & 1 deletion framework/web/CacheSession.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

namespace yii\web;

use Yii;
use yii\caching\CacheInterface;
use yii\di\Instance;

Expand Down
1 change: 0 additions & 1 deletion framework/web/HeaderCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

namespace yii\web;

use Yii;
use yii\base\BaseObject;

/**
Expand Down

0 comments on commit 54702a8

Please sign in to comment.