Skip to content

Commit

Permalink
cs fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaEstes committed Dec 4, 2023
1 parent cff3310 commit 63bb09e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/SonsOfPHP/Component/Cookie/Cookie.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

namespace SonsOfPHP\Component\Cookie;

use SonsOfPHP\Contract\Cookie\CookieInterface;
use SonsOfPHP\Component\Cookie\Exception\CookieException;
use SonsOfPHP\Contract\Cookie\CookieInterface;

/**
* @author Joshua Estes <joshua@sonsofphp.com>
Expand Down
3 changes: 1 addition & 2 deletions src/SonsOfPHP/Component/Cookie/CookieManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@

namespace SonsOfPHP\Component\Cookie;

use SonsOfPHP\Contract\Cookie\CookieManagerInterface;
use SonsOfPHP\Contract\Cookie\CookieInterface;
use SonsOfPHP\Component\Cookie\Exception\CookieException;
use SonsOfPHP\Contract\Cookie\CookieManagerInterface;

/**
* @author Joshua Estes <joshua@sonsofphp.com>
Expand Down
2 changes: 1 addition & 1 deletion src/SonsOfPHP/Component/Cookie/Tests/CookieTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

use PHPUnit\Framework\TestCase;
use SonsOfPHP\Component\Cookie\Cookie;
use SonsOfPHP\Contract\Cookie\CookieInterface;
use SonsOfPHP\Contract\Cookie\CookieExceptionInterface;
use SonsOfPHP\Contract\Cookie\CookieInterface;

/**
* @coversDefaultClass \SonsOfPHP\Component\Cookie\Cookie
Expand Down

0 comments on commit 63bb09e

Please sign in to comment.