mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
BlockMetadataStore: fix case of import
found by PHPStan static analysis tool
This commit is contained in:
@ -23,7 +23,7 @@ declare(strict_types=1);
|
||||
|
||||
namespace pocketmine\metadata;
|
||||
|
||||
use pocketmine\Block\Block;
|
||||
use pocketmine\block\Block;
|
||||
use pocketmine\level\Level;
|
||||
use pocketmine\plugin\Plugin;
|
||||
|
||||
|
Reference in New Issue
Block a user