From f6611a38bc35c41f292e9da7da2b5140cc0e4495 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Wed, 22 Jan 2020 14:51:49 +0000 Subject: [PATCH] Explosion: fix trailing whitespace in explodeA() phpdoc --- src/pocketmine/level/Explosion.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pocketmine/level/Explosion.php b/src/pocketmine/level/Explosion.php index 4ea9c5280..08b049661 100644 --- a/src/pocketmine/level/Explosion.php +++ b/src/pocketmine/level/Explosion.php @@ -86,7 +86,7 @@ class Explosion{ } /** - * Calculates which blocks will be destroyed by this explosion. If explodeB() is called without calling this, no blocks + * Calculates which blocks will be destroyed by this explosion. If explodeB() is called without calling this, no blocks * will be destroyed. */ public function explodeA() : bool{