From f0505c028487378afad5123549f2b050f5dd3bc2 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Mon, 5 Aug 2019 18:53:46 +0100 Subject: [PATCH] Remove dead comments from PlayerInventory and PlayerCursorInventory these aren't overrides anymore. --- src/inventory/PlayerCursorInventory.php | 1 - src/inventory/PlayerInventory.php | 1 - 2 files changed, 2 deletions(-) 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(){