mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-09 03:06:55 +00:00
Fix CS again
This commit is contained in:
@ -24,7 +24,7 @@ declare(strict_types=1);
|
|||||||
namespace pocketmine\command\utils;
|
namespace pocketmine\command\utils;
|
||||||
|
|
||||||
use function preg_match_all;
|
use function preg_match_all;
|
||||||
use function stripslashes;
|
use function preg_replace;
|
||||||
|
|
||||||
final class CommandStringHelper{
|
final class CommandStringHelper{
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user