Comment cleanup.
authorGunnar Wrobel <p@rdus.de>
Sat, 11 Apr 2009 07:25:04 +0000 (09:25 +0200)
committerGunnar Wrobel <p@rdus.de>
Sat, 11 Apr 2009 07:25:04 +0000 (09:25 +0200)
framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Person.php

index a029ab8..e760e1a 100644 (file)
@@ -247,8 +247,11 @@ class Horde_Kolab_Server_Object_Person extends Horde_Kolab_Server_Object
     /**
      * Identify the UID for the first object found with the given common name.
      *
-     * @param string $cn       Search for objects with this common name.
-     * @param int    $restrict A Horde_Kolab_Server::RESULT_* result restriction.
+     * @param Horde_Kolab_Server $server   The server to search.
+     * @param string             $cn       Search for objects with this
+     *                                     common name.
+     * @param int                $restrict A Horde_Kolab_Server::RESULT_*
+     *                                     result restriction.
      *
      * @return mixed The UID or false if there was no result.
      *