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

Commit

Permalink
Merge branch 'hotfix/code-cleanup' of https://github.com/Maks3w/zf2 i…
Browse files Browse the repository at this point in the history
…nto hotfix/uses-annotations
  • Loading branch information
Show file tree
Hide file tree
Showing 34 changed files with 3 additions and 50 deletions.
1 change: 0 additions & 1 deletion src/Client/Exception/ExceptionInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
/**
* Base class for all Zend_XmlRpc_Client_* exceptions
*
* @uses Zend\XmlRpc\Exception\ExceptionInterface
* @category Zend
* @package Zend_XmlRpc
* @subpackage Client
Expand Down
1 change: 0 additions & 1 deletion src/Client/Exception/FaultException.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
/**
* Thrown by Zend_XmlRpc_Client when an XML-RPC fault response is returned.
*
* @uses Zend\XmlRpc\Client\Exception
* @category Zend
* @package Zend_XmlRpc
* @subpackage Client
Expand Down
1 change: 0 additions & 1 deletion src/Client/Exception/HttpException.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
* Thrown by Zend_XmlRpc_Client when an HTTP error occurs during an
* XML-RPC method call.
*
* @uses Zend\XmlRpc\Client\Exception
* @category Zend
* @package Zend_XmlRpc
* @subpackage Client
Expand Down
1 change: 0 additions & 1 deletion src/Client/Exception/IntrospectException.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
/**
* Thrown by Zend_XmlRpc_Client_Introspection when any error occurs.
*
* @uses Zend\XmlRpc\Client\Exception
* @category Zend
* @package Zend_XmlRpc
* @subpackage Client
Expand Down
2 changes: 1 addition & 1 deletion src/Client/Exception/RuntimeException.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ class RuntimeException
extends \RuntimeException
implements \Zend\XmlRpc\Client\Exception\ExceptionInterface
{}


2 changes: 0 additions & 2 deletions src/Client/ServerIntrospection.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
/**
* Wraps the XML-RPC system.* introspection methods
*
* @uses Zend\XmlRpc\Client\FaultException
* @uses Zend\XmlRpc\Client\IntrospectException
* @category Zend
* @package Zend_XmlRpc
* @subpackage Client
Expand Down
2 changes: 1 addition & 1 deletion src/Exception/InvalidArgumentException.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ class InvalidArgumentException
extends \InvalidArgumentException
implements \Zend\XmlRpc\Exception\ExceptionInterface
{}


2 changes: 1 addition & 1 deletion src/Exception/RuntimeException.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ class RuntimeException
extends \RuntimeException
implements \Zend\XmlRpc\Exception\ExceptionInterface
{}


1 change: 0 additions & 1 deletion src/Exception/ValueException.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
namespace Zend\XmlRpc\Exception;

/**
* @uses Zend\XmlRpc\Exception\ExceptionInterface
* @category Zend
* @package Zend_XmlRpc
* @subpackage Value
Expand Down
3 changes: 0 additions & 3 deletions src/Fault.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@
* To allow method chaining, you may only use the {@link getInstance()} factory
* to instantiate a Zend_XmlRpc_Server_Fault.
*
* @uses SimpleXMLElement
* @uses Zend\XmlRpc\Exception\ExceptionInterface
* @uses Zend\XmlRpc\Value\Value
* @category Zend
* @package Zend_XmlRpc
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
Expand Down
1 change: 0 additions & 1 deletion src/Generator/AbstractGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
/**
* Abstract XML generator adapter
*
* @uses Zend\XmlRpc\Generator\GeneratorInterface
*/
abstract class AbstractGenerator implements GeneratorInterface
{
Expand Down
2 changes: 0 additions & 2 deletions src/Generator/DomDocument.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
/**
* DOMDocument based implementation of a XML/RPC generator
*
* @uses DOMDocument
* @uses Zend\XmlRpc\Generator\AbstractGenerator
* @category Zend
* @package Zend_XmlRpc
* @subpackage Generator
Expand Down
2 changes: 0 additions & 2 deletions src/Generator/XmlWriter.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
/**
* XML generator adapter based on XMLWriter
*
* @uses XMLWriter
* @uses Zend\XmlRpc\Generator\AbstractGenerator
* @category Zend
* @package Zend_XmlRpc
* @subpackage Generator
Expand Down
3 changes: 0 additions & 3 deletions src/Request.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@
* generated and stored in {@link $_fault}; developers may check for it using
* {@link isFault()} and {@link getFault()}.
*
* @uses SimpleXMLElement
* @uses Zend\XmlRpc\Fault
* @uses Zend\XmlRpc\Value
* @category Zend
* @package Zend_XmlRpc
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
Expand Down
2 changes: 0 additions & 2 deletions src/Request/Http.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@
* built at construction time using a raw POST; if no data is available, the
* request is declared a fault.
*
* @uses Zend\XmlRpc\Fault
* @uses Zend\XmlRpc\Request
* @category Zend
* @package Zend_XmlRpc
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
Expand Down
2 changes: 0 additions & 2 deletions src/Request/Stdin.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@
* built at construction time using data from STDIN; if no data is available, the
* request is declared a fault.
*
* @uses \Zend\XmlRpc\Request\Request
* @uses \Zend\XmlRpc\Server\Exception
* @category Zend
* @package Zend_XmlRpc
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
Expand Down
4 changes: 0 additions & 4 deletions src/Response.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@
*
* Container for accessing an XMLRPC return value and creating the XML response.
*
* @uses SimpleXMLElement
* @uses \Zend\XmlRpc\Fault
* @uses \Zend\XmlRpc\Value
* @uses \Zend\XmlRpc\Value\Exception
* @category Zend
* @package Zend_XmlRpc
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
Expand Down
1 change: 0 additions & 1 deletion src/Response/Http.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
/**
* HTTP response
*
* @uses \Zend\XmlRpc\Response\Response
* @category Zend
* @package Zend_XmlRpc
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
Expand Down
1 change: 0 additions & 1 deletion src/Server/Cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
/**
* Zend_XmlRpc_Server_Cache: cache Zend_XmlRpc_Server server definition
*
* @uses Zend\Server\Cache
* @category Zend
* @package Zend_XmlRpc
* @subpackage Server
Expand Down
1 change: 0 additions & 1 deletion src/Server/Exception/ExceptionInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
/**
* Zend_XmlRpc_Server_Exception
*
* @uses Zend\XmlRpc\Exception\ExceptionInterface
* @category Zend
* @package Zend_XmlRpc
* @subpackage Server
Expand Down
1 change: 0 additions & 1 deletion src/Server/Fault.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
* To allow method chaining, you may use the {@link getInstance()} factory
* to instantiate a Zend_XmlRpc_Server_Fault.
*
* @uses Zend\XmlRpc\Fault
* @category Zend
* @package Zend_XmlRpc
* @subpackage Server
Expand Down
2 changes: 0 additions & 2 deletions src/Server/System.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
/**
* XML-RPC system.* methods
*
* @uses Zend\XmlRpc\Request
* @uses Zend\XmlRpc\Server\Exception
* @category Zend
* @package Zend_XmlRpc
* @subpackage Server
Expand Down
1 change: 0 additions & 1 deletion src/Value/ArrayValue.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
namespace Zend\XmlRpc\Value;

/**
* @uses Zend\XmlRpc\Value\Collection
* @category Zend
* @package Zend_XmlRpc
* @subpackage Value
Expand Down
1 change: 0 additions & 1 deletion src/Value/Base64.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
namespace Zend\XmlRpc\Value;

/**
* @uses \Zend\XmlRpc\Value\Scalar
* @category Zend
* @package Zend_XmlRpc
* @subpackage Value
Expand Down
2 changes: 0 additions & 2 deletions src/Value/BigInteger.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
namespace Zend\XmlRpc\Value;

/**
* @uses \Zend\Crypt\Math\BigInteger
* @uses \Zend\XmlRpc\Value\Integer
* @category Zend
* @package Zend_XmlRpc
* @subpackage Value
Expand Down
1 change: 0 additions & 1 deletion src/Value/Boolean.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
namespace Zend\XmlRpc\Value;

/**
* @uses Zend\XmlRpc\Value\Scalar
* @category Zend
* @package Zend_XmlRpc
* @subpackage Value
Expand Down
1 change: 0 additions & 1 deletion src/Value/Collection.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
use Zend\XmlRpc\Value as XmlRpcValue;

/**
* @uses \Zend\XmlRpc\Value\Value
* @category Zend
* @package Zend_XmlRpc
* @subpackage Value
Expand Down
2 changes: 0 additions & 2 deletions src/Value/DateTime.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
use Zend\XmlRpc\Exception;

/**
* @uses Zend\XmlRpc\Value\Exception\ExceptionInterface
* @uses Zend\XmlRpc\Value\Scalar
* @category Zend
* @package Zend_XmlRpc
* @subpackage Value
Expand Down
1 change: 0 additions & 1 deletion src/Value/Double.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
namespace Zend\XmlRpc\Value;

/**
* @uses \Zend\XmlRpc\Value\Scalar
* @category Zend
* @package Zend_XmlRpc
* @subpackage Value
Expand Down
2 changes: 0 additions & 2 deletions src/Value/Integer.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
use Zend\XmlRpc\Exception;

/**
* @uses \Zend\XmlRpc\Value\Exception\ExceptionInterface
* @uses \Zend\XmlRpc\Value\Scalar
* @category Zend
* @package Zend_XmlRpc
* @subpackage Value
Expand Down
1 change: 0 additions & 1 deletion src/Value/Nil.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
namespace Zend\XmlRpc\Value;

/**
* @uses \Zend\XmlRpc\Value\Scalar
* @category Zend
* @package Zend_XmlRpc
* @subpackage Value
Expand Down
1 change: 0 additions & 1 deletion src/Value/Scalar.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
use Zend\XmlRpc\Value as XmlRpcValue;

/**
* @uses Zend\XmlRpc\Value
* @category Zend
* @package Zend_XmlRpc
* @subpackage Value
Expand Down
1 change: 0 additions & 1 deletion src/Value/String.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
namespace Zend\XmlRpc\Value;

/**
* @uses \Zend\XmlRpc\Value\Scalar
* @package Zend_XmlRpc
* @subpackage Value
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
Expand Down
1 change: 0 additions & 1 deletion src/Value/Struct.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
namespace Zend\XmlRpc\Value;

/**
* @uses \Zend\XmlRpc\Value\Collection
* @category Zend
* @package Zend_XmlRpc
* @subpackage Value
Expand Down

0 comments on commit 6047973

Please sign in to comment.