Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Unit/IMAP/Search/SearchStrategyFactoryTest.php')
-rw-r--r--tests/Unit/IMAP/Search/SearchStrategyFactoryTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Unit/IMAP/Search/SearchStrategyFactoryTest.php b/tests/Unit/IMAP/Search/SearchStrategyFactoryTest.php
index 7d76ceca0..5f926125b 100644
--- a/tests/Unit/IMAP/Search/SearchStrategyFactoryTest.php
+++ b/tests/Unit/IMAP/Search/SearchStrategyFactoryTest.php
@@ -37,7 +37,7 @@ class SearchStrategyFactoryTest extends TestCase {
/** @var SearchStrategyFactory */
private $factory;
- protected function setUp() {
+ protected function setUp(): void {
parent::setUp();
$this->factory = new SearchStrategyFactory();