aboutsummaryrefslogtreecommitdiffstats
path: root/inc/Inventory.inc
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2016-05-08 20:39:15 +0200
committerpiernov <piernov@piernov.org>2016-05-08 20:39:15 +0200
commit07f9658d2fecc5f88cc27fba8502246a30d8fdc0 (patch)
treebefcdc30b6a093372a356e96d5073a2b961b2379 /inc/Inventory.inc
parentfaefddcb8b3d3ac491331b702f8a8ac6fe58a894 (diff)
downloadcandybox-07f9658d2fecc5f88cc27fba8502246a30d8fdc0.tar.gz
candybox-07f9658d2fecc5f88cc27fba8502246a30d8fdc0.tar.bz2
candybox-07f9658d2fecc5f88cc27fba8502246a30d8fdc0.tar.xz
candybox-07f9658d2fecc5f88cc27fba8502246a30d8fdc0.zip
Add @package and various fixes
Diffstat (limited to 'inc/Inventory.inc')
-rw-r--r--inc/Inventory.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/inc/Inventory.inc b/inc/Inventory.inc
index dd65ee5..73d82c8 100644
--- a/inc/Inventory.inc
+++ b/inc/Inventory.inc
@@ -3,6 +3,7 @@
* Represent the player's Inventory.
* Implemented as a singleton in the session.
*
+ * @package inc\Inventory.inc
* @author Alexandre Renoux
* @author Pierre-Emmanuel Novac
*/
@@ -25,6 +26,7 @@ class Inventory {
* Returns the Inventory's content from the session.
*
* @return array array of Items and number
+ */
public static function sendContent() {
return self::get()->items;
}