mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 18:32:55 +00:00
phpdoc armageddon for master, pass 1
This commit is contained in:
@ -72,16 +72,12 @@ class Slab extends Transparent{
|
||||
|
||||
/**
|
||||
* Returns the type of slab block.
|
||||
*
|
||||
* @return SlabType
|
||||
*/
|
||||
public function getSlabType() : SlabType{
|
||||
return $this->slabType;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param SlabType $slabType
|
||||
*
|
||||
* @return $this
|
||||
*/
|
||||
public function setSlabType(SlabType $slabType) : self{
|
||||
|
Reference in New Issue
Block a user