Remove dead comments from PlayerInventory and PlayerCursorInventory

these aren't overrides anymore.
This commit is contained in:
Dylan K. Taylor 2019-08-05 18:53:46 +01:00
parent 9353f616a2
commit f0505c0284
2 changed files with 0 additions and 2 deletions

View File

@ -35,7 +35,6 @@ class PlayerCursorInventory extends BaseInventory{
}
/**
* This override is here for documentation and code completion purposes only.
* @return Player
*/
public function getHolder(){

View File

@ -132,7 +132,6 @@ class PlayerInventory extends BaseInventory{
}
/**
* This override is here for documentation and code completion purposes only.
* @return Human|Player
*/
public function getHolder(){