Skip to content

Commit 62f6c2d

Browse files
Sammyjo20github-actions[bot]
authored andcommitted
Apply Code Style Fixes
1 parent 42f9b21 commit 62f6c2d

9 files changed

Lines changed: 9 additions & 9 deletions

tests/Fixtures/Connectors/CachedConnector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
use League\Flysystem\Filesystem;
66
use Sammyjo20\Saloon\Http\SaloonConnector;
77
use League\Flysystem\Local\LocalFilesystemAdapter;
8-
use Sammyjo20\SaloonCachePlugin\Interfaces\DriverInterface;
98
use Sammyjo20\SaloonCachePlugin\Drivers\FlysystemDriver;
9+
use Sammyjo20\SaloonCachePlugin\Interfaces\DriverInterface;
1010
use Sammyjo20\SaloonCachePlugin\Traits\AlwaysCacheResponses;
1111

1212
class CachedConnector extends SaloonConnector

tests/Fixtures/Requests/AdvancedCustomKeyCachedUserRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
use Sammyjo20\Saloon\Constants\Saloon;
77
use Sammyjo20\Saloon\Http\SaloonRequest;
88
use League\Flysystem\Local\LocalFilesystemAdapter;
9-
use Sammyjo20\SaloonCachePlugin\Interfaces\DriverInterface;
109
use Sammyjo20\SaloonCachePlugin\Drivers\FlysystemDriver;
10+
use Sammyjo20\SaloonCachePlugin\Interfaces\DriverInterface;
1111
use Sammyjo20\SaloonCachePlugin\Traits\AlwaysCacheResponses;
1212
use Sammyjo20\SaloonCachePlugin\Tests\Fixtures\Connectors\TestConnector;
1313

tests/Fixtures/Requests/CachedPostRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
use Sammyjo20\Saloon\Http\SaloonRequest;
88
use Sammyjo20\Saloon\Traits\Plugins\HasJsonBody;
99
use League\Flysystem\Local\LocalFilesystemAdapter;
10-
use Sammyjo20\SaloonCachePlugin\Interfaces\DriverInterface;
1110
use Sammyjo20\SaloonCachePlugin\Drivers\FlysystemDriver;
11+
use Sammyjo20\SaloonCachePlugin\Interfaces\DriverInterface;
1212
use Sammyjo20\SaloonCachePlugin\Traits\AlwaysCacheResponses;
1313
use Sammyjo20\SaloonCachePlugin\Tests\Fixtures\Connectors\TestConnector;
1414

tests/Fixtures/Requests/CachedUserRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
use Sammyjo20\Saloon\Constants\Saloon;
77
use Sammyjo20\Saloon\Http\SaloonRequest;
88
use League\Flysystem\Local\LocalFilesystemAdapter;
9-
use Sammyjo20\SaloonCachePlugin\Interfaces\DriverInterface;
109
use Sammyjo20\SaloonCachePlugin\Drivers\FlysystemDriver;
10+
use Sammyjo20\SaloonCachePlugin\Interfaces\DriverInterface;
1111
use Sammyjo20\SaloonCachePlugin\Traits\AlwaysCacheResponses;
1212
use Sammyjo20\SaloonCachePlugin\Tests\Fixtures\Connectors\TestConnector;
1313

tests/Fixtures/Requests/CachedUserRequestOnCachedConnector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
use Sammyjo20\Saloon\Constants\Saloon;
77
use Sammyjo20\Saloon\Http\SaloonRequest;
88
use League\Flysystem\Local\LocalFilesystemAdapter;
9-
use Sammyjo20\SaloonCachePlugin\Interfaces\DriverInterface;
109
use Sammyjo20\SaloonCachePlugin\Drivers\FlysystemDriver;
10+
use Sammyjo20\SaloonCachePlugin\Interfaces\DriverInterface;
1111
use Sammyjo20\SaloonCachePlugin\Traits\AlwaysCacheResponses;
1212
use Sammyjo20\SaloonCachePlugin\Tests\Fixtures\Connectors\CachedConnector;
1313

tests/Fixtures/Requests/CustomKeyCachedUserRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
use Sammyjo20\Saloon\Constants\Saloon;
77
use Sammyjo20\Saloon\Http\SaloonRequest;
88
use League\Flysystem\Local\LocalFilesystemAdapter;
9-
use Sammyjo20\SaloonCachePlugin\Interfaces\DriverInterface;
109
use Sammyjo20\SaloonCachePlugin\Drivers\FlysystemDriver;
10+
use Sammyjo20\SaloonCachePlugin\Interfaces\DriverInterface;
1111
use Sammyjo20\SaloonCachePlugin\Traits\AlwaysCacheResponses;
1212
use Sammyjo20\SaloonCachePlugin\Tests\Fixtures\Connectors\TestConnector;
1313

tests/Fixtures/Requests/LaravelCachedUserRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
use Illuminate\Support\Facades\Cache;
66
use Sammyjo20\Saloon\Constants\Saloon;
77
use Sammyjo20\Saloon\Http\SaloonRequest;
8-
use Sammyjo20\SaloonCachePlugin\Interfaces\DriverInterface;
98
use Sammyjo20\SaloonCachePlugin\Drivers\LaravelCacheDriver;
9+
use Sammyjo20\SaloonCachePlugin\Interfaces\DriverInterface;
1010
use Sammyjo20\SaloonCachePlugin\Traits\AlwaysCacheResponses;
1111
use Sammyjo20\SaloonCachePlugin\Tests\Fixtures\Connectors\TestConnector;
1212

tests/Fixtures/Requests/ShortLifeCachedUserRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
use Sammyjo20\Saloon\Constants\Saloon;
77
use Sammyjo20\Saloon\Http\SaloonRequest;
88
use League\Flysystem\Local\LocalFilesystemAdapter;
9-
use Sammyjo20\SaloonCachePlugin\Interfaces\DriverInterface;
109
use Sammyjo20\SaloonCachePlugin\Drivers\FlysystemDriver;
10+
use Sammyjo20\SaloonCachePlugin\Interfaces\DriverInterface;
1111
use Sammyjo20\SaloonCachePlugin\Traits\AlwaysCacheResponses;
1212
use Sammyjo20\SaloonCachePlugin\Tests\Fixtures\Connectors\TestConnector;
1313

tests/Fixtures/Requests/SimpleCachedUserRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
use Sammyjo20\Saloon\Constants\Saloon;
66
use Sammyjo20\Saloon\Http\SaloonRequest;
7-
use Sammyjo20\SaloonCachePlugin\Interfaces\DriverInterface;
87
use Sammyjo20\SaloonCachePlugin\Drivers\SimpleCacheDriver;
8+
use Sammyjo20\SaloonCachePlugin\Interfaces\DriverInterface;
99
use Sammyjo20\SaloonCachePlugin\Traits\AlwaysCacheResponses;
1010
use Sammyjo20\SaloonCachePlugin\Tests\Fixtures\Stores\ArrayCache;
1111
use Sammyjo20\SaloonCachePlugin\Tests\Fixtures\Connectors\TestConnector;

0 commit comments

Comments
 (0)