Skip to content

Commit

Permalink
Remove unneeded use statements.
Browse files Browse the repository at this point in the history
  • Loading branch information
euromark committed Sep 17, 2014
1 parent 915fb73 commit 894ec17
Show file tree
Hide file tree
Showing 13 changed files with 1 addition and 15 deletions.
1 change: 0 additions & 1 deletion src/Database/Dialect/PostgresDialectTrait.php
Expand Up @@ -15,7 +15,6 @@
namespace Cake\Database\Dialect;

use Cake\Database\Expression\FunctionExpression;
use Cake\Database\Query;
use Cake\Database\SqlDialectTrait;

/**
Expand Down
1 change: 0 additions & 1 deletion src/Database/Driver/PDODriverTrait.php
Expand Up @@ -14,7 +14,6 @@
*/
namespace Cake\Database\Driver;

use Cake\Database\Query;
use Cake\Database\Statement\PDOStatement;
use PDO;

Expand Down
1 change: 0 additions & 1 deletion src/Database/Driver/Sqlite.php
Expand Up @@ -15,7 +15,6 @@
namespace Cake\Database\Driver;

use Cake\Database\Dialect\SqliteDialectTrait;
use Cake\Database\Query;
use Cake\Database\Statement\PDOStatement;
use Cake\Database\Statement\SqliteStatement;
use PDO;
Expand Down
1 change: 0 additions & 1 deletion src/Database/Type/FloatType.php
Expand Up @@ -15,7 +15,6 @@
namespace Cake\Database\Type;

use Cake\Database\Driver;
use Cake\Error;
use PDO;

/**
Expand Down
1 change: 0 additions & 1 deletion src/Database/Type/IntegerType.php
Expand Up @@ -15,7 +15,6 @@
namespace Cake\Database\Type;

use Cake\Database\Driver;
use Cake\Error;
use PDO;

/**
Expand Down
1 change: 0 additions & 1 deletion src/Datasource/QueryTrait.php
Expand Up @@ -17,7 +17,6 @@
use Cake\Collection\Iterator\MapReduce;
use Cake\Datasource\QueryCacher;
use Cake\Datasource\RepositoryInterface;
use Cake\Datasource\ResultSetDecorator;

/**
* Contains the characteristics for an object that is attached to a repository and
Expand Down
1 change: 0 additions & 1 deletion src/I18n/I18n.php
Expand Up @@ -14,7 +14,6 @@
*/
namespace Cake\I18n;

use Aura\Intl\Exception as LoadException;
use Aura\Intl\FormatterLocator;
use Aura\Intl\PackageLocator;
use Aura\Intl\TranslatorFactory;
Expand Down
1 change: 0 additions & 1 deletion src/Network/Email/Email.php
Expand Up @@ -23,7 +23,6 @@
use Cake\Network\Http\FormData\Part;
use Cake\Utility\Hash;
use Cake\Utility\String;
use Cake\View\View;
use InvalidArgumentException;
use LogicException;

Expand Down
3 changes: 1 addition & 2 deletions src/ORM/Association.php
Expand Up @@ -17,7 +17,6 @@
use Cake\Core\ConventionsTrait;
use Cake\Database\Expression\IdentifierExpression;
use Cake\Datasource\ResultSetDecorator;
use Cake\Event\Event;
use Cake\ORM\Entity;
use Cake\ORM\Query;
use Cake\ORM\Table;
Expand Down Expand Up @@ -717,7 +716,7 @@ protected function _joinCondition($options) {
/**
* Helper method to infer the requested finder and its options.
*
* Returns the inferred options from the finder $type.
* Returns the inferred options from the finder $type.
*
* ### Examples:
*
Expand Down
1 change: 0 additions & 1 deletion src/Routing/Router.php
Expand Up @@ -18,7 +18,6 @@
use Cake\Network\Request;
use Cake\Routing\RouteBuilder;
use Cake\Routing\RouteCollection;
use Cake\Routing\Route\Route;
use Cake\Utility\Inflector;

/**
Expand Down
1 change: 0 additions & 1 deletion src/TestSuite/ControllerTestCase.php
Expand Up @@ -17,7 +17,6 @@
use Cake\Controller\Error\MissingComponentException;
use Cake\Controller\Error\MissingControllerException;
use Cake\Core\App;
use Cake\Error;
use Cake\Event\Event;
use Cake\Network\Request;
use Cake\Network\Session;
Expand Down
1 change: 0 additions & 1 deletion src/TestSuite/Fixture/FixtureManager.php
Expand Up @@ -19,7 +19,6 @@
use Cake\Datasource\ConnectionManager;
use Cake\Core\Exception\Exception;
use Cake\TestSuite\Fixture\TestFixture;
use Cake\TestSuite\TestCase;
use Cake\Utility\Inflector;

/**
Expand Down
2 changes: 0 additions & 2 deletions src/View/Helper/StringTemplateTrait.php
Expand Up @@ -14,8 +14,6 @@
*/
namespace Cake\View\Helper;

use Cake\View\StringTemplate;

/**
* Adds string template functionality to any class by providing methods to
* load and parse string templates.
Expand Down

0 comments on commit 894ec17

Please sign in to comment.