aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Core/Controller/WipeControllerTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Core/Controller/WipeControllerTest.php')
-rw-r--r--tests/Core/Controller/WipeControllerTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Core/Controller/WipeControllerTest.php b/tests/Core/Controller/WipeControllerTest.php
index f07fe4c9282..2cd315db5bf 100644
--- a/tests/Core/Controller/WipeControllerTest.php
+++ b/tests/Core/Controller/WipeControllerTest.php
@@ -50,7 +50,7 @@ class WipeControllerTest extends TestCase {
*
* @dataProvider dataTest
*/
- public function testCheckWipe(bool $valid, bool $couldPerform, bool $result) {
+ public function testCheckWipe(bool $valid, bool $couldPerform, bool $result): void {
if (!$valid) {
$this->remoteWipe->method('start')
->with('mytoken')
@@ -79,7 +79,7 @@ class WipeControllerTest extends TestCase {
*
* @dataProvider dataTest
*/
- public function testWipeDone(bool $valid, bool $couldPerform, bool $result) {
+ public function testWipeDone(bool $valid, bool $couldPerform, bool $result): void {
if (!$valid) {
$this->remoteWipe->method('finish')
->with('mytoken')