diff options
Diffstat (limited to 'tests/lib/Session/Session.php')
-rw-r--r-- | tests/lib/Session/Session.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/Session/Session.php b/tests/lib/Session/Session.php index a1ed01b2ec8..0c947b8d302 100644 --- a/tests/lib/Session/Session.php +++ b/tests/lib/Session/Session.php @@ -15,7 +15,7 @@ abstract class Session extends \Test\TestCase { */ protected $instance; - protected function tearDown() { + protected function tearDown(): void { $this->instance->clear(); parent::tearDown(); } |