--- library/Zend/Db/Table/Abstract.php (revision 23450) +++ library/Zend/Db/Table/Abstract.php (working copy) @@ -961,7 +961,7 @@ * You can elect to return only a part of this information by supplying its key name, * otherwise all information is returned as an array. * - * @param $key The specific info part to return OPTIONAL + * @param string $key The specific info part to return OPTIONAL * @return mixed */ public function info($key = null)