From b875b68fc7ae41c88e70cb0234b276a54adbc108 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Tue, 10 May 2022 15:24:14 +0100 Subject: [PATCH] Fix PHPStan error in CommandStringHelperTest --- tests/phpunit/command/utils/CommandStringHelperTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/phpunit/command/utils/CommandStringHelperTest.php b/tests/phpunit/command/utils/CommandStringHelperTest.php index 05381bc30..d679e2057 100644 --- a/tests/phpunit/command/utils/CommandStringHelperTest.php +++ b/tests/phpunit/command/utils/CommandStringHelperTest.php @@ -48,6 +48,7 @@ class CommandStringHelperTest extends TestCase{ /** * @dataProvider parseQuoteAwareProvider + * @param string[] $expected */ public function testParseQuoteAware(string $commandLine, array $expected) : void{ $actual = CommandStringHelper::parseQuoteAware($commandLine);