mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 10:22:56 +00:00
Enchantment: Fix formatting issue
This commit is contained in:
@ -209,7 +209,7 @@ class Enchantment{
|
||||
* Returns the level of the enchantment.
|
||||
* @return int
|
||||
*/
|
||||
public function getLevel(): int{
|
||||
public function getLevel() : int{
|
||||
return $this->level;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user