From 177bd8d6345cedff2fb63ef97497ce362884d368 Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Wed, 13 Nov 2013 22:12:48 +0100 Subject: [PATCH] Fixes method documentation --- .../files/lib/data/object/type/ObjectTypeCache.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wcfsetup/install/files/lib/data/object/type/ObjectTypeCache.class.php b/wcfsetup/install/files/lib/data/object/type/ObjectTypeCache.class.php index 061412511f..80027cef44 100644 --- a/wcfsetup/install/files/lib/data/object/type/ObjectTypeCache.class.php +++ b/wcfsetup/install/files/lib/data/object/type/ObjectTypeCache.class.php @@ -118,8 +118,8 @@ class ObjectTypeCache extends SingletonFactory { } /** - * Returns the object type with the given name or null if no such object - * type exists. + * Returns the object type with the given id or null if no such object type + * exists. * * @param integer $objectTypeID * @return \wcf\data\object\type\ObjectType -- 2.20.1