From dd26d39dd807ca8fa9f0ead11eedd58ebd144ffa Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Fri, 7 Feb 2014 13:26:00 +0400 Subject: [PATCH] Removed unused namespace imports --- apps/advanced/common/models/LoginForm.php | 1 - extensions/apidoc/models/Context.php | 1 - extensions/apidoc/models/FunctionDoc.php | 1 - extensions/apidoc/models/TypeDoc.php | 1 - extensions/apidoc/templates/bootstrap/Renderer.php | 1 - extensions/apidoc/templates/bootstrap/assets/AssetBundle.php | 1 - extensions/apidoc/templates/bootstrap/layouts/guide.php | 1 - extensions/apidoc/templates/bootstrap/layouts/main.php | 3 --- extensions/apidoc/templates/offline/Renderer.php | 4 ---- extensions/apidoc/templates/offline/assets/AssetBundle.php | 1 - extensions/apidoc/templates/online/Renderer.php | 2 -- extensions/debug/Module.php | 1 - extensions/mongodb/ActiveRecord.php | 2 -- extensions/mongodb/Session.php | 2 -- extensions/redis/Connection.php | 1 - extensions/sphinx/IndexSchema.php | 1 - framework/db/ActiveQueryTrait.php | 1 - framework/helpers/BaseStringHelper.php | 2 -- tests/unit/data/ar/Customer.php | 1 - tests/unit/data/ar/mongodb/Customer.php | 2 -- tests/unit/data/ar/redis/ActiveRecord.php | 2 -- tests/unit/data/ar/redis/Customer.php | 1 - tests/unit/data/ar/sphinx/ArticleIndex.php | 2 -- tests/unit/extensions/authclient/BaseOAuthTest.php | 1 - tests/unit/extensions/authclient/CollectionTest.php | 1 - tests/unit/extensions/elasticsearch/ActiveRecordTest.php | 2 -- tests/unit/extensions/redis/ActiveRecordTest.php | 1 - tests/unit/extensions/redis/RedisConnectionTest.php | 2 -- tests/unit/extensions/sphinx/ExternalActiveRelationTest.php | 1 - tests/unit/extensions/sphinx/SchemaTest.php | 1 - tests/unit/framework/db/ActiveRecordTest.php | 1 - tests/unit/framework/db/QueryBuilderTest.php | 1 - tests/unit/framework/db/cubrid/CubridActiveRecordTest.php | 1 - tests/unit/framework/db/sqlite/SqliteActiveRecordTest.php | 1 - tests/unit/framework/log/LoggerTest.php | 2 -- tests/unit/framework/log/TargetTest.php | 2 -- 36 files changed, 52 deletions(-) diff --git a/apps/advanced/common/models/LoginForm.php b/apps/advanced/common/models/LoginForm.php index 659f01ca81..70c0ffd04e 100644 --- a/apps/advanced/common/models/LoginForm.php +++ b/apps/advanced/common/models/LoginForm.php @@ -1,7 +1,6 @@