mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-08 02:14:28 +02:00
Mak PHPCS happy
This commit is contained in:
parent
03cfa2d066
commit
7b39b3b9c0
8 changed files with 25 additions and 30 deletions
|
@ -20,7 +20,7 @@ class ArrayCacheLockTest extends CacheLockTestCase
|
|||
protected function setUp(): void
|
||||
{
|
||||
$this->cache = new ArrayCache('localhost');
|
||||
$this->lock = new CacheLock($this->cache);
|
||||
$this->lock = new CacheLock($this->cache);
|
||||
|
||||
parent::setUp();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue