mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 00:33:59 +00:00
Enchantment: Fix formatting issue
This commit is contained in:
parent
9fd7312629
commit
914e4c9a72
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user