--- a/web/lib/Zend/Serializer/Adapter/Amf0.php Thu Mar 21 17:31:31 2013 +0100
+++ b/web/lib/Zend/Serializer/Adapter/Amf0.php Thu Mar 21 19:50:53 2013 +0100
@@ -15,9 +15,9 @@
* @category Zend
* @package Zend_Serializer
* @subpackage Adapter
- * @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: Amf0.php 20574 2010-01-24 17:39:14Z mabe $
+ * @version $Id: Amf0.php 24593 2012-01-05 20:35:02Z matthew $
*/
/** @see Zend_Serializer_Adapter_AdapterAbstract */
@@ -39,16 +39,16 @@
* @category Zend
* @package Zend_Serializer
* @subpackage Adapter
- * @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_Serializer_Adapter_Amf0 extends Zend_Serializer_Adapter_AdapterAbstract
{
/**
* Serialize a PHP value to AMF0 format
- *
- * @param mixed $value
- * @param array $opts
+ *
+ * @param mixed $value
+ * @param array $opts
* @return string
* @throws Zend_Serializer_Exception
*/
@@ -67,9 +67,9 @@
/**
* Unserialize an AMF0 value to PHP
- *
- * @param mixed $value
- * @param array $opts
+ *
+ * @param mixed $value
+ * @param array $opts
* @return void
* @throws Zend_Serializer_Exception
*/