Skip to content
This repository has been archived by the owner on Jan 29, 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 33 changed files with 0 additions and 99 deletions.
3 changes: 0 additions & 3 deletions src/DbAdapter.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\Test;

/**
Expand Down
3 changes: 0 additions & 3 deletions src/DbStatement.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\Test;
use Zend\Db\Statement;

Expand Down
3 changes: 0 additions & 3 deletions src/PHPUnit/DatabaseTestCase.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\Test\PHPUnit;

/**
Expand Down
3 changes: 0 additions & 3 deletions src/PHPUnit/Db/Connection.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\Test\PHPUnit\Db;

/**
Expand Down
3 changes: 0 additions & 3 deletions src/PHPUnit/Db/DataSet/DbRowset.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\Test\PHPUnit\Db\DataSet;

/**
Expand Down
3 changes: 0 additions & 3 deletions src/PHPUnit/Db/DataSet/DbTable.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\Test\PHPUnit\Db\DataSet;

/**
Expand Down
3 changes: 0 additions & 3 deletions src/PHPUnit/Db/DataSet/DbTableDataSet.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\Test\PHPUnit\Db\DataSet;

/**
Expand Down
3 changes: 0 additions & 3 deletions src/PHPUnit/Db/DataSet/QueryDataSet.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\Test\PHPUnit\Db\DataSet;
use Zend\Db\Select;

Expand Down
3 changes: 0 additions & 3 deletions src/PHPUnit/Db/DataSet/QueryTable.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\Test\PHPUnit\Db\DataSet;

/**
Expand Down
3 changes: 0 additions & 3 deletions src/PHPUnit/Db/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\Test\PHPUnit\Db;

interface Exception extends \Zend\Test\PHPUnit\Exception
Expand Down
3 changes: 0 additions & 3 deletions src/PHPUnit/Db/Metadata/Generic.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\Test\PHPUnit\Db\Metadata;

/**
Expand Down
3 changes: 0 additions & 3 deletions src/PHPUnit/Db/Operation/DeleteAll.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\Test\PHPUnit\Db\Operation;

/**
Expand Down
3 changes: 0 additions & 3 deletions src/PHPUnit/Db/Operation/Insert.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\Test\PHPUnit\Db\Operation;

/**
Expand Down
3 changes: 0 additions & 3 deletions src/PHPUnit/Db/Operation/Truncate.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\Test\PHPUnit\Db\Operation;

/**
Expand Down
3 changes: 0 additions & 3 deletions src/PHPUnit/Db/SimpleTester.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\Test\PHPUnit\Db;

use Zend\Test\PHPUnit\Db\Exception\InvalidArgumentException;
Expand Down
3 changes: 0 additions & 3 deletions test/DbAdapterTest.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\Test;
use Zend\Test;

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

Expand Down
3 changes: 0 additions & 3 deletions test/PHPUnit/Db/ConnectionTest.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\Test\PHPUnit\Db;
use Zend\Test\PHPUnit\Db;

Expand Down
3 changes: 0 additions & 3 deletions test/PHPUnit/Db/DataSet/DataSetTestCase.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\Test\PHPUnit\Db\DataSet;

/**
Expand Down
3 changes: 0 additions & 3 deletions test/PHPUnit/Db/DataSet/DbRowsetTest.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\Test\PHPUnit\Db\DataSet;
use Zend\Test\PHPUnit\Db\DataSet;

Expand Down
3 changes: 0 additions & 3 deletions test/PHPUnit/Db/DataSet/DbTableDataSetTest.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\Test\PHPUnit\Db\DataSet;
use Zend\Test\PHPUnit\Db\DataSet;

Expand Down
3 changes: 0 additions & 3 deletions test/PHPUnit/Db/DataSet/DbTableTest.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\Test\PHPUnit\Db\DataSet;
use Zend\Test\PHPUnit\Db\DataSet;

Expand Down
3 changes: 0 additions & 3 deletions test/PHPUnit/Db/DataSet/QueryDataSetTest.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\Test\PHPUnit\Db\DataSet;
use Zend\Test\PHPUnit\Db\DataSet;

Expand Down
3 changes: 0 additions & 3 deletions test/PHPUnit/Db/DataSet/QueryTableTest.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\Test\PHPUnit\Db\DataSet;
use Zend\Test\PHPUnit\Db\DataSet;
use Zend\Test;
Expand Down
3 changes: 0 additions & 3 deletions test/PHPUnit/Db/Integration/AbstractTestCase.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\Test\PHPUnit\Db\Integration;
use Zend\Test\PHPUnit\Db\DataSet;
use Zend\Db\Table;
Expand Down
3 changes: 0 additions & 3 deletions test/PHPUnit/Db/Integration/MysqlIntegrationTest.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\Test\PHPUnit\Db\Integration;

/**
Expand Down
3 changes: 0 additions & 3 deletions test/PHPUnit/Db/Integration/SqLiteIntegrationTest.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\Test\PHPUnit\Db\Integration;

/**
Expand Down
3 changes: 0 additions & 3 deletions test/PHPUnit/Db/Metadata/GenericTest.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\Test\PHPUnit\Db\Metadata;

/**
Expand Down
3 changes: 0 additions & 3 deletions test/PHPUnit/Db/Operation/DeleteAllTest.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\Test\PHPUnit\Db\Operation;
use Zend\Test\PHPUnit\Db;

Expand Down
3 changes: 0 additions & 3 deletions test/PHPUnit/Db/Operation/InsertTest.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\Test\PHPUnit\Db\Operation;
use Zend\Test\PHPUnit\Db;

Expand Down
3 changes: 0 additions & 3 deletions test/PHPUnit/Db/Operation/TruncateTest.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\Test\PHPUnit\Db\Operation;
use Zend\Test\PHPUnit\Db;

Expand Down
3 changes: 0 additions & 3 deletions test/PHPUnit/Db/SimpleTesterTest.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\Test\PHPUnit\Db;
use Zend\Test\PHPUnit\Db;

Expand Down
3 changes: 0 additions & 3 deletions test/PHPUnit/Db/TestCaseTest.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\Test\PHPUnit\Db;

/**
Expand Down

0 comments on commit 1c268a7

Please sign in to comment.