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
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

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