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
Show file tree
Hide file tree
Showing 15 changed files with 0 additions and 45 deletions.
3 changes: 0 additions & 3 deletions src/Adapter/AbstractAdapter.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\ProgressBar\Adapter;

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

/**
* @namespace
*/
namespace Zend\ProgressBar\Adapter;
use Zend\ProgressBar\Adapter\Exception;

Expand Down
3 changes: 0 additions & 3 deletions src/Adapter/Exception.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\ProgressBar\Adapter;

/**
Expand Down
3 changes: 0 additions & 3 deletions src/Adapter/Exception/InvalidArgumentException.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\ProgressBar\Adapter\Exception;
use Zend\ProgressBar\Adapter\Exception;

Expand Down
3 changes: 0 additions & 3 deletions src/Adapter/Exception/RuntimeException.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\ProgressBar\Adapter\Exception;
use Zend\ProgressBar\Adapter\Exception;

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

/**
* @namespace
*/
namespace Zend\ProgressBar\Adapter;

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

/**
* @namespace
*/
namespace Zend\ProgressBar\Adapter;

use Zend\Json\Json;
Expand Down
3 changes: 0 additions & 3 deletions src/Exception.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\ProgressBar;

/**
Expand Down
3 changes: 0 additions & 3 deletions src/Exception/OutOfRangeException.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\ProgressBar\Exception;
use Zend\ProgressBar\Exception;

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

/**
* @namespace
*/
namespace Zend\ProgressBar;
use Zend\ProgressBar\Exception;

Expand Down
3 changes: 0 additions & 3 deletions test/Adapter/ConsoleTest.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\ProgressBar\Adapter;
use Zend\ProgressBar\Adapter;

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


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

/**
Expand Down
3 changes: 0 additions & 3 deletions test/Adapter/MockupStream.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\ProgressBar\Adapter;

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

/**
Expand Down

0 comments on commit 290a868

Please sign in to comment.