Skip to content

Commit

Permalink
stickler wants the use statement in a different order.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene Ritter committed Apr 5, 2018
1 parent 1429364 commit 57d1a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase/Database/QueryTest.php
Expand Up @@ -17,8 +17,8 @@
use Cake\Database\ExpressionInterface;
use Cake\Database\Expression\IdentifierExpression;
use Cake\Database\Query;
use Cake\Database\Statement\StatementDecorator;
use Cake\Database\StatementInterface;
use Cake\Database\Statement\StatementDecorator;
use Cake\Database\TypeMap;
use Cake\Datasource\ConnectionManager;
use Cake\TestSuite\TestCase;
Expand Down

0 comments on commit 57d1a89

Please sign in to comment.