From d6eba00c6daa7f67868d4b74807400818fa3f07c Mon Sep 17 00:00:00 2001 From: Vishwaraj Anand Date: Tue, 20 Feb 2024 09:22:10 +0000 Subject: [PATCH] fix: style errors --- tests/Cache/ItemTest.php | 1 - tests/Cache/MemoryCacheItemPoolTest.php | 2 +- tests/Cache/SysVCacheItemPoolTest.php | 2 +- tests/Cache/sysv_cache_creator.php | 1 - 4 files changed, 2 insertions(+), 4 deletions(-) diff --git a/tests/Cache/ItemTest.php b/tests/Cache/ItemTest.php index 982906de6..08902599c 100644 --- a/tests/Cache/ItemTest.php +++ b/tests/Cache/ItemTest.php @@ -17,7 +17,6 @@ namespace Google\Auth\Tests\Cache; -use Google\Auth\Cache\Item; use Google\Auth\Cache\TypedItem; use PHPUnit\Framework\TestCase; diff --git a/tests/Cache/MemoryCacheItemPoolTest.php b/tests/Cache/MemoryCacheItemPoolTest.php index f30b1c11e..6ae2a998c 100644 --- a/tests/Cache/MemoryCacheItemPoolTest.php +++ b/tests/Cache/MemoryCacheItemPoolTest.php @@ -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 { diff --git a/tests/Cache/SysVCacheItemPoolTest.php b/tests/Cache/SysVCacheItemPoolTest.php index 22054f88f..2c2d5be2e 100644 --- a/tests/Cache/SysVCacheItemPoolTest.php +++ b/tests/Cache/SysVCacheItemPoolTest.php @@ -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 { diff --git a/tests/Cache/sysv_cache_creator.php b/tests/Cache/sysv_cache_creator.php index 800bc552f..df1aa09f5 100644 --- a/tests/Cache/sysv_cache_creator.php +++ b/tests/Cache/sysv_cache_creator.php @@ -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;