From 7b1ee0de08a6a802c06990f5d48838f2d0a2111b Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Wed, 7 Sep 2011 10:45:50 +0200 Subject: [PATCH] Updates documentation of wcf\data\IEditableObject --- wcfsetup/install/files/lib/data/IEditableObject.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.20.1