From: Michael J. Rubinsky Date: Thu, 23 Sep 2010 18:20:51 +0000 (-0400) Subject: phpdoc X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=c62459027faf74459d25389c481f11009cee980e;p=horde.git phpdoc --- diff --git a/ansel/lib/Api.php b/ansel/lib/Api.php index 02a87cda0..985e10ec3 100644 --- a/ansel/lib/Api.php +++ b/ansel/lib/Api.php @@ -700,7 +700,7 @@ class Ansel_Api extends Horde_Registry_Api * @param string $app Application scope to use, if not the default. * @param array $slugs An array of gallery slugs. * - * @return mixed An array of gallery data arrays | PEAR_Error + * @return array An array of gallery data arrays */ public function getGalleries($ids = array(), $app = null, $slugs = array()) {