aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Cache/TestCache.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/Cache/TestCache.php')
-rw-r--r--tests/lib/Cache/TestCache.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/Cache/TestCache.php b/tests/lib/Cache/TestCache.php
index 2642c014a78..62341a5698b 100644
--- a/tests/lib/Cache/TestCache.php
+++ b/tests/lib/Cache/TestCache.php
@@ -14,7 +14,7 @@ abstract class TestCache extends \Test\TestCase {
*/
protected $instance;
- protected function tearDown() {
+ protected function tearDown(): void {
if($this->instance) {
$this->instance->clear();
}