--- a/web/lib/Zend/Wildfire/Channel/HttpHeaders.php Thu Mar 21 17:31:31 2013 +0100
+++ b/web/lib/Zend/Wildfire/Channel/HttpHeaders.php Thu Mar 21 19:50:53 2013 +0100
@@ -15,9 +15,9 @@
* @category Zend
* @package Zend_Wildfire
* @subpackage Channel
- * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
+ * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
- * @version $Id: HttpHeaders.php 23096 2010-10-12 20:36:15Z cadorn $
+ * @version $Id: HttpHeaders.php 24593 2012-01-05 20:35:02Z matthew $
*/
/** Zend_Wildfire_Channel_Interface */
@@ -44,7 +44,7 @@
* @category Zend
* @package Zend_Wildfire
* @subpackage Channel
- * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
+ * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
class Zend_Wildfire_Channel_HttpHeaders extends Zend_Controller_Plugin_Abstract implements Zend_Wildfire_Channel_Interface
@@ -115,7 +115,7 @@
/**
* Get or create singleton instance
*
- * @param $skipCreate boolean True if an instance should not be created
+ * @param bool $skipCreate True if an instance should not be created
* @return Zend_Wildfire_Channel_HttpHeaders
*/
public static function getInstance($skipCreate=false)