From 0b989925d708f239eac62d905952b6b9b44fbc18 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Sun, 23 Sep 2018 18:41:57 +0100 Subject: [PATCH] whitespace --- src/pocketmine/block/Block.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pocketmine/block/Block.php b/src/pocketmine/block/Block.php index 35e868efc..364e6be11 100644 --- a/src/pocketmine/block/Block.php +++ b/src/pocketmine/block/Block.php @@ -131,6 +131,7 @@ class Block extends Position implements BlockIds, Metadatable{ public function getRuntimeId() : int{ return BlockFactory::toStaticRuntimeId($this->getId(), $this->getDamage()); } + /** * @return int */