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/AbstractManager.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\Session;

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

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

use Zend\Validator\Hostname\Hostname as HostnameValidator,
Expand Down
3 changes: 0 additions & 3 deletions src/Configuration/StandardConfiguration.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\Session\Configuration;

use Zend\Session\Configuration as Configurable,
Expand Down
3 changes: 0 additions & 3 deletions src/Container.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\Session;

use ArrayObject;
Expand Down
3 changes: 0 additions & 3 deletions src/Manager.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\Session;

use Zend\EventManager\EventCollection;
Expand Down
3 changes: 0 additions & 3 deletions src/SessionManager.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\Session;

use Zend\Validator\Alnum as AlnumValidator,
Expand Down
3 changes: 0 additions & 3 deletions src/Storage.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\Session;

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

use ArrayObject,
Expand Down
3 changes: 0 additions & 3 deletions src/Storage/SessionStorage.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\Session\Storage;

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

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

use Zend\EventManager\EventManager;
Expand Down

0 comments on commit 0a07b63

Please sign in to comment.