mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-09 03:06:55 +00:00
More nullable and void typehints
This commit is contained in:
@ -471,7 +471,7 @@ abstract class Liquid extends Transparent{
|
||||
return ($decay >= 0 && $blockDecay >= $decay) ? $decay : $blockDecay;
|
||||
}
|
||||
|
||||
protected function checkForHarden(){
|
||||
protected function checkForHarden() : void{
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user