summaryrefslogtreecommitdiffstats
path: root/tests/lib/ContactsManagerTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/ContactsManagerTest.php')
-rw-r--r--tests/lib/ContactsManagerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/ContactsManagerTest.php b/tests/lib/ContactsManagerTest.php
index c460330e7eb..9e8b75fbf4d 100644
--- a/tests/lib/ContactsManagerTest.php
+++ b/tests/lib/ContactsManagerTest.php
@@ -9,7 +9,7 @@ class ContactsManagerTest extends \Test\TestCase {
/** @var \OC\ContactsManager */
private $cm;
- protected function setUp() {
+ protected function setUp(): void {
parent::setUp();
$this->cm = new \OC\ContactsManager();
}