summaryrefslogtreecommitdiffstats
path: root/tests/lib/AppFramework/Db/QBMapperTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/AppFramework/Db/QBMapperTest.php')
-rw-r--r--tests/lib/AppFramework/Db/QBMapperTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/AppFramework/Db/QBMapperTest.php b/tests/lib/AppFramework/Db/QBMapperTest.php
index 279c95afaeb..da4102396de 100644
--- a/tests/lib/AppFramework/Db/QBMapperTest.php
+++ b/tests/lib/AppFramework/Db/QBMapperTest.php
@@ -105,7 +105,7 @@ class QBMapperTest extends \Test\TestCase {
/**
* @throws \ReflectionException
*/
- protected function setUp() {
+ protected function setUp(): void {
$this->db = $this->getMockBuilder(IDBConnection::class)
->disableOriginalConstructor()