Fix CS again

This commit is contained in:
Dylan K. Taylor
2022-05-10 15:23:55 +01:00
parent 217385efb9
commit a5ebbf8adb

View File

@ -24,7 +24,7 @@ declare(strict_types=1);
namespace pocketmine\command\utils;
use function preg_match_all;
use function stripslashes;
use function preg_replace;
final class CommandStringHelper{