Some fixes, thanks PhpStorm

This commit is contained in:
Dylan K. Taylor
2017-01-04 11:29:24 +00:00
parent 096836faaa
commit 1cb96d24ce
16 changed files with 28 additions and 20 deletions

View File

@ -45,6 +45,7 @@ class FlowerPot extends Spawnable{
return false;
}
switch($item->getId()){
/** @noinspection PhpMissingBreakStatementInspection */
case Item::TALL_GRASS:
if($item->getDamage() === 1){
return false;