aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/AppFramework/Db/MapperTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/AppFramework/Db/MapperTest.php')
-rw-r--r--tests/lib/AppFramework/Db/MapperTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/AppFramework/Db/MapperTest.php b/tests/lib/AppFramework/Db/MapperTest.php
index 8ca80fe11ca..a69980fbb26 100644
--- a/tests/lib/AppFramework/Db/MapperTest.php
+++ b/tests/lib/AppFramework/Db/MapperTest.php
@@ -60,7 +60,7 @@ class MapperTest extends MapperTestUtility {
*/
private $mapper;
- protected function setUp(){
+ protected function setUp(): void {
parent::setUp();
$this->mapper = new ExampleMapper($this->db);
}