Skip to content

Commit

Permalink
Fixed CS error
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Mar 22, 2014
1 parent f92a63d commit 550e026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Database/IdentifierQuoter.php
Expand Up @@ -16,10 +16,10 @@
*/
namespace Cake\Database;

use Cake\Database\ExpressionInterface;
use Cake\Database\Expression\Comparison;
use Cake\Database\Expression\IdentifierExpression;
use Cake\Database\Expression\OrderByExpression;
use Cake\Database\ExpressionInterface;

/**
* Contains all the logic related to quoting identifiers in a Query object
Expand Down

0 comments on commit 550e026

Please sign in to comment.