Skip to content
This repository has been archived by the owner on Apr 28, 2020. It is now read-only.

Commit

Permalink
CS fixes in docblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed May 9, 2012
1 parent f67ebc1 commit 72011a1
Showing 1 changed file with 3 additions and 17 deletions.
20 changes: 3 additions & 17 deletions src/Value.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,6 @@
* Using this function, users/Zend\XmlRpc\Client object can create the Zend\XmlRpc\Value objects
* from PHP variables, XML string or by specifing the exact XML-RPC natvie type
*
* @uses Zend\XmlRpc\Generator\DomDocument
* @uses Zend\XmlRpc\Generator\XmlWriter
* @uses Zend\XmlRpc\Value\ArrayValue
* @uses Zend\XmlRpc\Value\Base64
* @uses Zend\XmlRpc\Value\BigInteger
* @uses Zend\XmlRpc\Value\Boolean
* @uses Zend\XmlRpc\Value\DateTime
* @uses Zend\XmlRpc\Value\Double
* @uses Zend\XmlRpc\Value\Exception
* @uses Zend\XmlRpc\Value\Integer
* @uses Zend\XmlRpc\Value\Nil
* @uses Zend\XmlRpc\Value\String
* @uses Zend\XmlRpc\Value\Struct
* @package Zend_XmlRpc
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
Expand Down Expand Up @@ -195,10 +182,9 @@ public function generateXml()
*
* By default the value type is autodetected according to it's PHP type
*
* @param mixed $value
* @param Zend\XmlRpc\Value::constant $type
*
* @return self
* @param mixed $value
* @param Zend\XmlRpc\Value::constant $type
* @return Value
*/
public static function getXmlRpcValue($value, $type = self::AUTO_DETECT_TYPE)
{
Expand Down

0 comments on commit 72011a1

Please sign in to comment.