mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-19 23:44:17 +00:00
Fix PHPStan error in CommandStringHelperTest
This commit is contained in:
parent
a5ebbf8adb
commit
b875b68fc7
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user