Skip to content

Commit

Permalink
Fix PHPCS error.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Apr 9, 2017
1 parent ed64d09 commit 7633a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Cookie/Cookie.php
Expand Up @@ -15,8 +15,8 @@

use Cake\Chronos\Chronos;
use Cake\Utility\Hash;
use DateTimeInterface;
use DateTimeImmutable;
use DateTimeInterface;
use DateTimezone;
use InvalidArgumentException;
use RuntimeException;
Expand Down

0 comments on commit 7633a69

Please sign in to comment.