1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2025-02-12 06:54:28 +01:00

public abstract public function? D'uh

This commit is contained in:
Thomas Tanghus 2013-05-30 23:05:56 +02:00
parent 78c6ece5ed
commit a54f65f963

View File

@ -82,7 +82,7 @@ abstract class AbstractPIMCollection extends AbstractPIMObject implements \Itera
* @param string $id * @param string $id
* @return bool * @return bool
*/ */
public abstract public function deleteChild($id); public abstract function deleteChild($id);
// Iterator methods // Iterator methods