From 76b5f44f05f3ea9f56707ed0f6c4bff2fa7673e8 Mon Sep 17 00:00:00 2001 From: Daniel Kesselberg Date: Sun, 27 Jan 2019 14:47:19 +0100 Subject: Strict Types, Return Types Signed-off-by: Daniel Kesselberg --- tests/Core/Command/Apps/AppsDisableTest.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tests/Core/Command/Apps/AppsDisableTest.php') diff --git a/tests/Core/Command/Apps/AppsDisableTest.php b/tests/Core/Command/Apps/AppsDisableTest.php index 1e3c4019f52..d9c43a79c26 100644 --- a/tests/Core/Command/Apps/AppsDisableTest.php +++ b/tests/Core/Command/Apps/AppsDisableTest.php @@ -1,4 +1,5 @@ $appId]; $this->commandTester->execute($input); @@ -64,7 +65,7 @@ class AppsDisableTest extends TestCase { $this->assertSame($statusCode, $this->commandTester->getStatusCode()); } - public function dataCommandInput() { + public function dataCommandInput(): array { return [ [['admin_audit'], 0, 'admin_audit disabled'], [['comments'], 0, 'comments disabled'], -- cgit v1.2.3