aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Core/Command/Maintenance/ModeTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Core/Command/Maintenance/ModeTest.php')
-rw-r--r--tests/Core/Command/Maintenance/ModeTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Core/Command/Maintenance/ModeTest.php b/tests/Core/Command/Maintenance/ModeTest.php
index 08ca1762da1..59b8bbfc045 100644
--- a/tests/Core/Command/Maintenance/ModeTest.php
+++ b/tests/Core/Command/Maintenance/ModeTest.php
@@ -124,7 +124,7 @@ class ModeTest extends TestCase {
bool $currentMaintenanceState,
$expectedMaintenanceState,
string $expectedOutput
- ) {
+ ): void {
$this->config->expects($this->any())
->method('getSystemValueBool')
->willReturn($currentMaintenanceState);