Skip to content

Commit

Permalink
Fixed CS errors
Browse files Browse the repository at this point in the history
  • Loading branch information
othercorey committed Jan 12, 2020
1 parent f6555a0 commit ae0126a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/TestCase/Database/Type/DecimalTypeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

use Cake\Database\Driver;
use Cake\Database\Type\DecimalType;
use Cake\Database\TypeFactory;
use Cake\I18n\I18n;
use Cake\TestSuite\TestCase;
use PDO;
Expand Down
1 change: 0 additions & 1 deletion tests/TestCase/Database/Type/FloatTypeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
namespace Cake\Test\TestCase\Database\Type;

use Cake\Database\Type\FloatType;
use Cake\Database\TypeFactory;
use Cake\I18n\I18n;
use Cake\TestSuite\TestCase;
use PDO;
Expand Down

0 comments on commit ae0126a

Please sign in to comment.