Explosion: fix trailing whitespace in explodeA() phpdoc

This commit is contained in:
Dylan K. Taylor 2020-01-22 14:51:49 +00:00
parent 24ed823d96
commit f6611a38bc

View File

@ -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{