From 57f2b4054e86aace108cff2d9e9b7c417884ccf8 Mon Sep 17 00:00:00 2001 From: Alessandro Lai Date: Thu, 15 Nov 2018 16:08:16 +0100 Subject: [PATCH] Fix runCommand PHPDoc --- src/Test/WebTestCase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Test/WebTestCase.php b/src/Test/WebTestCase.php index 81d61bb8..fb0196e3 100644 --- a/src/Test/WebTestCase.php +++ b/src/Test/WebTestCase.php @@ -84,7 +84,7 @@ protected function getServiceMockBuilder(string $id): MockBuilder * @param array $params * @param bool $reuseKernel * - * @return string + * @return CommandTester */ protected function runCommand(string $name, array $params = [], bool $reuseKernel = false): CommandTester {