mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 02:08:21 +00:00
phpdoc armageddon for master, pass 1
This commit is contained in:
@ -48,15 +48,11 @@ class NetherPortal extends Transparent{
|
||||
return 0b11;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return int
|
||||
*/
|
||||
public function getAxis() : int{
|
||||
return $this->axis;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param int $axis
|
||||
* @throws \InvalidArgumentException
|
||||
*/
|
||||
public function setAxis(int $axis) : void{
|
||||
|
Reference in New Issue
Block a user