Merge branch 'minor-next' into major-next

This commit is contained in:
Dylan K. Taylor 2023-09-07 20:33:35 +01:00
commit e96e68d221
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -25,7 +25,6 @@ namespace pocketmine\block;
use PHPUnit\Framework\TestCase;
use pocketmine\block\utils\BrewingStandSlot;
use function array_values;
use function count;
class BrewingStandTest extends TestCase{