Fix PHPStan error in CommandStringHelperTest

This commit is contained in:
Dylan K. Taylor
2022-05-10 15:24:14 +01:00
parent a5ebbf8adb
commit b875b68fc7

View File

@ -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);