mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-30 23:29:54 +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
|
* @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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user