From: Matthias Schmidt Date: Wed, 7 Sep 2011 08:45:50 +0000 (+0200) Subject: Updates documentation of wcf\data\IEditableObject X-Git-Tag: 2.0.0_Beta_1~1791^2~2^2~1 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=7b1ee0de08a6a802c06990f5d48838f2d0a2111b;p=GitHub%2FWoltLab%2FWCF.git Updates documentation of wcf\data\IEditableObject --- diff --git a/wcfsetup/install/files/lib/data/IEditableObject.class.php b/wcfsetup/install/files/lib/data/IEditableObject.class.php index 6a978085c5..cdc126c94b 100644 --- a/wcfsetup/install/files/lib/data/IEditableObject.class.php +++ b/wcfsetup/install/files/lib/data/IEditableObject.class.php @@ -33,8 +33,8 @@ interface IEditableObject extends IStorableObject { public function delete(); /** - * Deletes all the objects with the given ids and returns the number of - * deleted objects. + * Deletes all objects with the given ids and returns the number of deleted + * objects. * * @param array $objectIDs * @return integer