Fix CS again

This commit is contained in:
Dylan K. Taylor 2022-05-10 15:23:55 +01:00
parent 217385efb9
commit a5ebbf8adb
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

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{