Skip to content

Commit

Permalink
fixes cs
Browse files Browse the repository at this point in the history
  • Loading branch information
nojimage committed Apr 24, 2019
1 parent 139e5fd commit cd6a087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase/Validation/TimeIntervalValidationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

namespace Elastic\TimeInterval\Test\TestCase\Validation;

use Cake\TestSuite\TestCase;
use DateInterval;
use DateTime;
use DateTimeImmutable;
use Elastic\TimeInterval\Validation\TimeIntervalValidation;
use Cake\TestSuite\TestCase;
use Elastic\TimeInterval\ValueObject\TimeInterval;
use stdClass;

Expand Down

0 comments on commit cd6a087

Please sign in to comment.