mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-04 00:55:14 +00:00
Fix PHPStan error in CommandStringHelperTest
This commit is contained in:
@ -48,6 +48,7 @@ class CommandStringHelperTest extends TestCase{
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @dataProvider parseQuoteAwareProvider
|
* @dataProvider parseQuoteAwareProvider
|
||||||
|
* @param string[] $expected
|
||||||
*/
|
*/
|
||||||
public function testParseQuoteAware(string $commandLine, array $expected) : void{
|
public function testParseQuoteAware(string $commandLine, array $expected) : void{
|
||||||
$actual = CommandStringHelper::parseQuoteAware($commandLine);
|
$actual = CommandStringHelper::parseQuoteAware($commandLine);
|
||||||
|
Reference in New Issue
Block a user