Skip to content

Commit dad6699

Browse files
style(*): Pass through Phpcs fixer
1 parent 4d978e8 commit dad6699

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/ApiCache.php

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

55
namespace CrowdSecBouncer;
66

7+
use CrowdSecBouncer\Fixes\Memcached\TagAwareAdapter as MemcachedTagAwareAdapter;
78
use DateTime;
89
use Exception;
910
use IPLib\Address\AddressInterface;
@@ -17,7 +18,6 @@
1718
use Symfony\Component\Cache\Adapter\TagAwareAdapter;
1819
use Symfony\Component\Cache\Adapter\TagAwareAdapterInterface;
1920
use Symfony\Component\Cache\PruneableInterface;
20-
use CrowdSecBouncer\Fixes\Memcached\TagAwareAdapter as MemcachedTagAwareAdapter;
2121

2222
/**
2323
* The cache mechanism to store every decision from LAPI/CAPI. Symfony Cache component powered.

src/StandaloneBounce.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
namespace CrowdSecBouncer;
44

5+
use CrowdSecBouncer\Fixes\Memcached\TagAwareAdapter as MemcachedTagAwareAdapter;
56
use ErrorException;
67
use Exception;
78
use IPLib\Factory;
89
use Symfony\Component\Cache\Adapter\AbstractAdapter;
910
use Symfony\Component\Cache\Adapter\MemcachedAdapter;
10-
use CrowdSecBouncer\Fixes\Memcached\TagAwareAdapter as MemcachedTagAwareAdapter;
1111
use Symfony\Component\Cache\Adapter\PhpFilesAdapter;
1212
use Symfony\Component\Cache\Adapter\RedisAdapter;
1313
use Symfony\Component\Cache\Adapter\RedisTagAwareAdapter;

tests/TestHelpers.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
declare(strict_types=1);
44

5+
use CrowdSecBouncer\Fixes\Memcached\TagAwareAdapter as MemcachedTagAwareAdapter;
56
use Monolog\Formatter\LineFormatter;
67
use Monolog\Handler\StreamHandler;
78
use Monolog\Logger;
89
use Symfony\Component\Cache\Adapter\MemcachedAdapter;
9-
use CrowdSecBouncer\Fixes\Memcached\TagAwareAdapter as MemcachedTagAwareAdapter;
1010
use Symfony\Component\Cache\Adapter\PhpFilesAdapter;
1111
use Symfony\Component\Cache\Adapter\RedisAdapter;
1212
use Symfony\Component\Cache\Adapter\RedisTagAwareAdapter;

0 commit comments

Comments
 (0)