import cleanup and fixed an inspection

This commit is contained in:
Dylan K. Taylor
2017-08-21 17:39:02 +01:00
parent d2ace6bdd2
commit 604d11a8fd
7 changed files with 4 additions and 15 deletions

View File

@ -67,8 +67,4 @@ class BrownMushroom extends Flowable{
return false;
}
protected function recalculateBoundingBox(){
return null;
}
}