mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-05 09:26:06 +00:00
Fixed unit tests
This commit is contained in:
@ -24,7 +24,5 @@ declare(strict_types=1);
|
||||
namespace pocketmine\block;
|
||||
|
||||
class StrangeNewBlock extends Solid{
|
||||
public function getName() : string{
|
||||
return "Strange New Block";
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user