Skip to content
This repository has been archived by the owner on Jan 30, 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 14 changed files with 4 additions and 14 deletions.
1 change: 0 additions & 1 deletion src/Client/Adapter/Exception.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
namespace Zend\Http\Client\Adapter;

/**
* @uses \Zend\Http\Client\Exception
* @category Zend
* @package Zend_Http
* @subpackage Client_Adapter
Expand Down
1 change: 0 additions & 1 deletion src/Client/Adapter/Exception/InitializationException.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
*
* @category Zend
* @package Zend_Application
* @uses \Zend\Http\Client\Adapter\Exception
* @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
1 change: 0 additions & 1 deletion src/Client/Adapter/Exception/InvalidArgumentException.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
*
* @category Zend
* @package Zend_Application
* @uses \Zend\Http\Client\Adapter\Exception
* @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
1 change: 0 additions & 1 deletion src/Client/Adapter/Exception/OutOfRangeException.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
*
* @category Zend
* @package Zend_Application
* @uses \Zend\Http\Client\Adapter\Exception
* @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
1 change: 0 additions & 1 deletion src/Client/Adapter/Exception/RuntimeException.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
*
* @category Zend
* @package Zend_Application
* @uses \Zend\Http\Client\Adapter\Exception
* @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
1 change: 0 additions & 1 deletion src/Client/Adapter/Exception/TimeoutException.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
*
* @category Zend
* @package Zend_Application
* @uses \Zend\Http\Client\Adapter\Exception
* @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
1 change: 0 additions & 1 deletion src/Client/Exception.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
namespace Zend\Http\Client;

/**
* @uses \Zend\Http\Exception
* @category Zend
* @package Zend_Http
* @subpackage Client
Expand Down
1 change: 0 additions & 1 deletion src/Client/Exception/InvalidArgumentException.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
*
* @category Zend
* @package Zend_Application
* @uses \Zend\Http\Client\Exception
* @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
1 change: 0 additions & 1 deletion src/Client/Exception/RuntimeException.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
*
* @category Zend
* @package Zend_Application
* @uses \Zend\Http\Client\Exception
* @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
2 changes: 1 addition & 1 deletion src/ClientStatic.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,4 @@ public static function post($url, $params, $headers=array(), $body=null)

return self::getStaticClient()->send($request);
}
}
}
2 changes: 1 addition & 1 deletion src/Header/MultipleHeaderDescription.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
interface MultipleHeaderDescription extends HeaderDescription
{
public function toStringMultipleHeaders(array $headers);
}
}
1 change: 0 additions & 1 deletion src/Response/Stream.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
* includes easy access to all the response's different elemts, as well as some
* convenience methods for parsing and validating HTTP responses.
*
* @uses \Zend\Http\Response
* @package Zend_Http
* @subpackage Response
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
Expand Down
2 changes: 1 addition & 1 deletion test/Client/_files/ZF9404-doubleContentLength.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
header("Content-length: $clength");
header("Content-length: $clength", false);

readfile(__FILE__);
readfile(__FILE__);
2 changes: 1 addition & 1 deletion test/Client/_files/testSimpleRequests.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Success
Success

0 comments on commit 293054e

Please sign in to comment.