Skip to content
This repository has been archived by the owner on Jan 31, 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
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 36 deletions.
3 changes: 0 additions & 3 deletions src/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\Uri;

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

/**
* @namespace
*/
namespace Zend\Uri\Exception;

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

/**
* @namespace
*/
namespace Zend\Uri\Exception;

/**
Expand Down
3 changes: 0 additions & 3 deletions src/File.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\Uri;

/**
Expand Down
3 changes: 0 additions & 3 deletions src/Http.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\Uri;

/**
Expand Down
3 changes: 0 additions & 3 deletions src/Mailto.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\Uri;

use Zend\Validator\Validator,
Expand Down
3 changes: 0 additions & 3 deletions src/Uri.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@
* @version $Id$
*/

/**
* @namespace
*/
namespace Zend\Uri;

use Zend\Validator;
Expand Down
3 changes: 0 additions & 3 deletions src/UriFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@
* @version $Id$
*/

/**
* @namespace
*/
namespace Zend\Uri;
use Zend\Uri\Uri;

Expand Down
3 changes: 0 additions & 3 deletions test/FileTest.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\Uri;

use Zend\Uri\File as FileUri,
Expand Down
3 changes: 0 additions & 3 deletions test/HttpTest.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\Uri;

use Zend\Uri\Http as HttpUri,
Expand Down
3 changes: 0 additions & 3 deletions test/MailtoTest.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\Uri;

use Zend\Uri\Mailto as MailtoUri,
Expand Down
3 changes: 0 additions & 3 deletions test/UriTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@
* @version $Id $
*/

/**
* @namespace
*/
namespace ZendTest\Uri;

use Zend\Uri\Uri;
Expand Down

0 comments on commit 42e779e

Please sign in to comment.