From 01c114ff9d671dba709f8d4b24d61a37f92d8cf8 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Thu, 26 Aug 2010 12:18:54 -0600 Subject: [PATCH] phpdoc --- imp/lib/Api.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/imp/lib/Api.php b/imp/lib/Api.php index dd29038e3..8c9b6b48b 100644 --- a/imp/lib/Api.php +++ b/imp/lib/Api.php @@ -5,6 +5,8 @@ * This file defines IMP's external API interface. Other applications * can interact with IMP through this API. * + * Copyright 2009-2010 The Horde Project (http://www.horde.org/) + * * See the enclosed file COPYING for license information (GPL). If you * did not receive this file, see http://www.fsf.org/copyleft/gpl.html. * @@ -82,7 +84,7 @@ class IMP_Api extends Horde_Registry_Api * @param string $folder The name of the folder to create (UTF7-IMAP). * * @return string The full folder name created or false on failure. - * @throws Horde_Exception + * @throws IMP_Exception */ public function createFolder($folder) { -- 2.11.0