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

Commit

Permalink
Merge pull request zendframework/zendframework#970 from DASPRiD/featu…
Browse files Browse the repository at this point in the history
…re/namespace-tag-removal

Removed @namespace tags
  • Loading branch information
Freeaqingme committed Apr 2, 2012
4 parents 349aec1 + 94375c8 + 9809630 + f3a5103 commit 53bdac2
Show file tree
Hide file tree
Showing 36 changed files with 0 additions and 108 deletions.
3 changes: 0 additions & 3 deletions src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
* @license http://framework.zend.com/license/new-bsd New BSD License
*/

/**
* @namespace
*/
namespace Zend\Http;

use ArrayIterator,
Expand Down
3 changes: 0 additions & 3 deletions src/Client/Adapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@
* @license http://framework.zend.com/license/new-bsd New BSD License
*/

/**
* @namespace
*/
namespace Zend\Http\Client;

/**
Expand Down
3 changes: 0 additions & 3 deletions src/Client/Adapter/Curl.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@
* @license http://framework.zend.com/license/new-bsd New BSD License
*/

/**
* @namespace
*/
namespace Zend\Http\Client\Adapter;
use Zend\Http\Client\Adapter as HttpAdapter,
Zend\Http\Client\Adapter\Exception as AdapterException,
Expand Down
3 changes: 0 additions & 3 deletions src/Client/Adapter/Exception.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@
* @license http://framework.zend.com/license/new-bsd New BSD License
*/

/**
* @namespace
*/
namespace Zend\Http\Client\Adapter;

/**
Expand Down
3 changes: 0 additions & 3 deletions src/Client/Adapter/Exception/InitializationException.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@
* @version $Id$
*/

/**
* @namespace
*/
namespace Zend\Http\Client\Adapter\Exception;

/**
Expand Down
3 changes: 0 additions & 3 deletions src/Client/Adapter/Exception/InvalidArgumentException.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@
* @version $Id$
*/

/**
* @namespace
*/
namespace Zend\Http\Client\Adapter\Exception;

/**
Expand Down
3 changes: 0 additions & 3 deletions src/Client/Adapter/Exception/OutOfRangeException.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@
* @version $Id$
*/

/**
* @namespace
*/
namespace Zend\Http\Client\Adapter\Exception;

/**
Expand Down
3 changes: 0 additions & 3 deletions src/Client/Adapter/Exception/RuntimeException.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@
* @version $Id$
*/

/**
* @namespace
*/
namespace Zend\Http\Client\Adapter\Exception;

/**
Expand Down
3 changes: 0 additions & 3 deletions src/Client/Adapter/Exception/TimeoutException.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@
* @version $Id$
*/

/**
* @namespace
*/
namespace Zend\Http\Client\Adapter\Exception;

/**
Expand Down
3 changes: 0 additions & 3 deletions src/Client/Adapter/Proxy.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@
* @license http://framework.zend.com/license/new-bsd New BSD License
*/

/**
* @namespace
*/
namespace Zend\Http\Client\Adapter;
use Zend\Http\Client,
Zend\Http\Client\Adapter\Exception as AdapterException;
Expand Down
3 changes: 0 additions & 3 deletions src/Client/Adapter/Socket.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@
* @license http://framework.zend.com/license/new-bsd New BSD License
*/

/**
* @namespace
*/
namespace Zend\Http\Client\Adapter;
use Zend\Http\Client\Adapter as HttpAdapter,
Zend\Http\Client\Adapter\Exception as AdapterException,
Expand Down
3 changes: 0 additions & 3 deletions src/Client/Adapter/Stream.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@
* @license http://framework.zend.com/license/new-bsd New BSD License
*/

/**
* @namespace
*/
namespace Zend\Http\Client\Adapter;

/**
Expand Down
3 changes: 0 additions & 3 deletions src/Client/Adapter/Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@
* @license http://framework.zend.com/license/new-bsd New BSD License
*/

/**
* @namespace
*/
namespace Zend\Http\Client\Adapter;
use Zend\Http\Client\Adapter as HttpAdapter,
Zend\Http\Client\Adapter\Exception as AdapterException,
Expand Down
3 changes: 0 additions & 3 deletions src/Client/Cookies.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
* @license http://framework.zend.com/license/new-bsd New BSD License
*/

/**
* @namespace
*/
namespace Zend\Http\Client;

use Zend\Stdlib\ParametersDescription,
Expand Down
3 changes: 0 additions & 3 deletions src/Client/Exception.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@
* @license http://framework.zend.com/license/new-bsd New BSD License
*/

/**
* @namespace
*/
namespace Zend\Http\Client;

/**
Expand Down
3 changes: 0 additions & 3 deletions src/Client/Exception/InvalidArgumentException.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@
* @version $Id$
*/

/**
* @namespace
*/
namespace Zend\Http\Client\Exception;

/**
Expand Down
3 changes: 0 additions & 3 deletions src/Client/Exception/RuntimeException.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@
* @version $Id$
*/

/**
* @namespace
*/
namespace Zend\Http\Client\Exception;

/**
Expand Down
3 changes: 0 additions & 3 deletions src/ClientStatic.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
* @license http://framework.zend.com/license/new-bsd New BSD License
*/

/**
* @namespace
*/
namespace Zend\Http;

use Zend\Http\Client;
Expand Down
3 changes: 0 additions & 3 deletions src/Cookies.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
<?php

/**
* @namespace
*/
namespace Zend\Http;

use Zend\Stdlib\ParametersDescription,
Expand Down
3 changes: 0 additions & 3 deletions src/Header/Cookie.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@
* @license http://framework.zend.com/license/new-bsd New BSD License
*/

/**
* @namespace
*/
namespace Zend\Http\Header;

use Zend\Uri,
Expand Down
3 changes: 0 additions & 3 deletions src/Response/Stream.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@
* @license http://framework.zend.com/license/new-bsd New BSD License
*/

/**
* @namespace
*/
namespace Zend\Http\Response;

use Zend\Http\Response;
Expand Down
3 changes: 0 additions & 3 deletions test/Client/CommonHttpTests.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@
* @license http://framework.zend.com/license/new-bsd New BSD License
*/

/**
* @namespace
*/
namespace ZendTest\Http\Client;
use Zend\Http\Client as HTTPClient,
Zend\Http,
Expand Down
3 changes: 0 additions & 3 deletions test/Client/CurlTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@
* @license http://framework.zend.com/license/new-bsd New BSD License
*/

/**
* @namespace
*/
namespace ZendTest\Http\Client;
use Zend\Http\Client\Adapter;

Expand Down
3 changes: 0 additions & 3 deletions test/Client/ProxyAdapterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@
* @license http://framework.zend.com/license/new-bsd New BSD License
*/

/**
* @namespace
*/
namespace ZendTest\Http\Client;
use Zend\Http\Client;

Expand Down
3 changes: 0 additions & 3 deletions test/Client/SocketKeepaliveTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@
* @license http://framework.zend.com/license/new-bsd New BSD License
*/

/**
* @namespace
*/
namespace ZendTest\Http\Client;

/**
Expand Down
3 changes: 0 additions & 3 deletions test/Client/SocketPersistentTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@
* @license http://framework.zend.com/license/new-bsd New BSD License
*/

/**
* @namespace
*/
namespace ZendTest\Http\Client;

/**
Expand Down
3 changes: 0 additions & 3 deletions test/Client/SocketTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@
* @license http://framework.zend.com/license/new-bsd New BSD License
*/

/**
* @namespace
*/
namespace ZendTest\Http\Client;
use Zend\Http\Client\Adapter;

Expand Down
3 changes: 0 additions & 3 deletions test/Client/StaticClientTest.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
<?php
/**
* @namespace
*/
namespace ZendTest\Http\Client;

use Zend\Http\ClientStatic as HTTPClient,
Expand Down
3 changes: 0 additions & 3 deletions test/Client/StaticTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@
* @license http://framework.zend.com/license/new-bsd New BSD License
*/

/**
* @namespace
*/
namespace ZendTest\Http\Client;
use \Zend\Uri\Http as UriHttp,
\Zend\Http\Client as HTTPClient,
Expand Down
3 changes: 0 additions & 3 deletions test/Client/TestAdapterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@
* @license http://framework.zend.com/license/new-bsd New BSD License
*/

/**
* @namespace
*/
namespace ZendTest\Http\Client;

/**
Expand Down
3 changes: 0 additions & 3 deletions test/Client/UseCaseTest.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
<?php
/**
* @namespace
*/
namespace ZendTest\Http\Client;
use Zend\Http\Client as HTTPClient,
Zend\Http\Client\Adapter,
Expand Down
3 changes: 0 additions & 3 deletions test/ClientTest.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
<?php

/**
* @namespace
*/
namespace ZendTest\Http;

use Zend\Http\Client,
Expand Down
3 changes: 0 additions & 3 deletions test/Header/CookieTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@
* @license http://framework.zend.com/license/new-bsd New BSD License
*/

/**
* @namespace
*/
namespace ZendTest\Http;
use Zend\Http\Header\Cookie,
Zend\Http\Header\SetCookie;
Expand Down
3 changes: 0 additions & 3 deletions test/PhpEnvironment/RequestTest.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
<?php
/**
* @namespace
*/
namespace ZendTest\Http\PhpEnvironment;

use PHPUnit_Framework_TestCase as TestCase,
Expand Down
3 changes: 0 additions & 3 deletions test/RequestTest.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
<?php

/**
* @namespace
*/
namespace ZendTest\Http;

use Zend\Http\Request;
Expand Down
3 changes: 0 additions & 3 deletions test/ResponseTest.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
<?php

/**
* @namespace
*/
namespace ZendTest\Http;

use Zend\Http\Response;
Expand Down

0 comments on commit 53bdac2

Please sign in to comment.