From: Matthias Schmidt Date: Wed, 13 Nov 2013 21:12:48 +0000 (+0100) Subject: Fixes method documentation X-Git-Tag: 2.0.0_RC_2~25^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=177bd8d6345cedff2fb63ef97497ce362884d368;p=GitHub%2FWoltLab%2FWCF.git Fixes method documentation --- 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