mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 08:44:01 +00:00
BlockMetadataStore: fix case of import
found by PHPStan static analysis tool
This commit is contained in:
parent
6643fa5f09
commit
f08537a1e0
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user