diff --git a/src/inventory/PlayerCursorInventory.php b/src/inventory/PlayerCursorInventory.php index 07ff443f7..e7d35f614 100644 --- a/src/inventory/PlayerCursorInventory.php +++ b/src/inventory/PlayerCursorInventory.php @@ -35,7 +35,6 @@ class PlayerCursorInventory extends BaseInventory{ } /** - * This override is here for documentation and code completion purposes only. * @return Player */ public function getHolder(){ diff --git a/src/inventory/PlayerInventory.php b/src/inventory/PlayerInventory.php index 1ec534a29..493d4d8a9 100644 --- a/src/inventory/PlayerInventory.php +++ b/src/inventory/PlayerInventory.php @@ -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(){