Enchantment: Fix formatting issue

This commit is contained in:
Dylan K. Taylor 2017-12-16 13:04:25 +00:00
parent 9fd7312629
commit 914e4c9a72

View File

@ -209,7 +209,7 @@ class Enchantment{
* Returns the level of the enchantment. * Returns the level of the enchantment.
* @return int * @return int
*/ */
public function getLevel(): int{ public function getLevel() : int{
return $this->level; return $this->level;
} }