Skip to content

Commit

Permalink
fix: style errors
Browse files Browse the repository at this point in the history
  • Loading branch information
vishwarajanand authored and bshaffer committed Feb 20, 2024
1 parent 050bcb6 commit 746b49a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion tests/Cache/ItemTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

namespace Google\Auth\Tests\Cache;

use Google\Auth\Cache\Item;
use Google\Auth\Cache\TypedItem;
use PHPUnit\Framework\TestCase;

Expand Down
2 changes: 1 addition & 1 deletion tests/Cache/MemoryCacheItemPoolTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
namespace Google\Auth\Tests\Cache;

use Google\Auth\Cache\MemoryCacheItemPool;
use Google\Auth\Cache\TypedItem;
use Google\Auth\Tests\BaseTest;
use Psr\Cache\InvalidArgumentException;
use Google\Auth\Cache\TypedItem;

class MemoryCacheItemPoolTest extends BaseTest
{
Expand Down
2 changes: 1 addition & 1 deletion tests/Cache/SysVCacheItemPoolTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
namespace Google\Auth\Tests\Cache;

use Google\Auth\Cache\SysVCacheItemPool;
use Google\Auth\Tests\BaseTest;
use Google\Auth\Cache\TypedItem;
use Google\Auth\Tests\BaseTest;

class SysVCacheItemPoolTest extends BaseTest
{
Expand Down
1 change: 0 additions & 1 deletion tests/Cache/sysv_cache_creator.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

require_once __DIR__ . '/../../vendor/autoload.php';

use Google\Auth\Cache\Item;
use Google\Auth\Cache\SysVCacheItemPool;
use Google\Auth\Cache\TypedItem;

Expand Down

0 comments on commit 746b49a

Please sign in to comment.