diff options
Diffstat (limited to 'tests/lib/Remote/InstanceTest.php')
-rw-r--r-- | tests/lib/Remote/InstanceTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/Remote/InstanceTest.php b/tests/lib/Remote/InstanceTest.php index 9fc4cfc0177..7253228f231 100644 --- a/tests/lib/Remote/InstanceTest.php +++ b/tests/lib/Remote/InstanceTest.php @@ -34,7 +34,7 @@ class InstanceTest extends TestCase { /** @var ICache */ private $cache; - protected function setUp() { + protected function setUp(): void { parent::setUp(); $this->cache = new ArrayCache(); |