mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-12 14:35:35 +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.
|
* Returns the level of the enchantment.
|
||||||
* @return int
|
* @return int
|
||||||
*/
|
*/
|
||||||
public function getLevel(): int{
|
public function getLevel() : int{
|
||||||
return $this->level;
|
return $this->level;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user