]> git.mxchange.org Git - friendica.git/blobdiff - tests/src/Core/Lock/LockTest.php
Merge pull request #10703 from tobiasd/20210913-fr
[friendica.git] / tests / src / Core / Lock / LockTest.php
index 3b7496915a0b07bc382ef0da272810eb7f51c320..8fc4926b06b08293bd26377c416fb7a149812cb9 100644 (file)
@@ -38,7 +38,7 @@ abstract class LockTest extends MockedTest
 
        abstract protected function getInstance();
 
-       protected function setUp()
+       protected function setUp(): void
        {
                parent::setUp();
 
@@ -46,7 +46,7 @@ abstract class LockTest extends MockedTest
                $this->instance->releaseAll(true);
        }
 
-       protected function tearDown()
+       protected function tearDown(): void
        {
                $this->instance->releaseAll(true);
                parent::tearDown();