Mak PHPCS happy

This commit is contained in:
Philipp 2025-04-27 02:08:01 +02:00
parent 03cfa2d066
commit 7b39b3b9c0
No known key found for this signature in database
GPG key ID: 24A7501396EB5432
8 changed files with 25 additions and 30 deletions

View file

@ -42,7 +42,7 @@ class MemcacheCacheLockTest extends CacheLockTestCase
try {
$this->cache = new MemcacheCache($host, $configMock);
$this->lock = new CacheLock($this->cache);
$this->lock = new CacheLock($this->cache);
} catch (Exception $e) {
static::markTestSkipped('Memcache is not available');
}