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 15 changed files with 0 additions and 45 deletions.
3 changes: 0 additions & 3 deletions src/Event.php
Expand Up @@ -18,9 +18,6 @@
* @license http://framework.zend.com/license/new-bsd New BSD License
*/

/**
* @namespace
*/
namespace Zend\EventManager;

use ArrayAccess;
Expand Down
3 changes: 0 additions & 3 deletions src/EventCollection.php
Expand Up @@ -18,9 +18,6 @@
* @license http://framework.zend.com/license/new-bsd New BSD License
*/

/**
* @namespace
*/
namespace Zend\EventManager;

use Zend\Stdlib\CallbackHandler;
Expand Down
3 changes: 0 additions & 3 deletions src/EventDescription.php
Expand Up @@ -18,9 +18,6 @@
* @license http://framework.zend.com/license/new-bsd New BSD License
*/

/**
* @namespace
*/
namespace Zend\EventManager;

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

/**
* @namespace
*/
namespace Zend\EventManager;

use Zend\Stdlib\CallbackHandler,
Expand Down
3 changes: 0 additions & 3 deletions src/Exception.php
Expand Up @@ -18,9 +18,6 @@
* @license http://framework.zend.com/license/new-bsd New BSD License
*/

/**
* @namespace
*/
namespace Zend\EventManager;

/**
Expand Down
3 changes: 0 additions & 3 deletions src/Exception/InvalidArgumentException.php
Expand Up @@ -18,9 +18,6 @@
* @license http://framework.zend.com/license/new-bsd New BSD License
*/

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

use Zend\EventManager\Exception;
Expand Down
3 changes: 0 additions & 3 deletions src/Filter.php
Expand Up @@ -18,9 +18,6 @@
* @license http://framework.zend.com/license/new-bsd New BSD License
*/

/**
* @namespace
*/
namespace Zend\EventManager;

use Zend\Stdlib\CallbackHandler;
Expand Down
3 changes: 0 additions & 3 deletions src/Filter/FilterIterator.php
Expand Up @@ -18,9 +18,6 @@
* @license http://framework.zend.com/license/new-bsd New BSD License
*/

/**
* @namespace
*/
namespace Zend\EventManager\Filter;

use Zend\Stdlib\CallbackHandler,
Expand Down
3 changes: 0 additions & 3 deletions src/FilterChain.php
Expand Up @@ -18,9 +18,6 @@
* @license http://framework.zend.com/license/new-bsd New BSD License
*/

/**
* @namespace
*/
namespace Zend\EventManager;

use Zend\Stdlib\CallbackHandler,
Expand Down
3 changes: 0 additions & 3 deletions src/GlobalEventManager.php
Expand Up @@ -18,9 +18,6 @@
* @license http://framework.zend.com/license/new-bsd New BSD License
*/

/**
* @namespace
*/
namespace Zend\EventManager;

use Zend\Stdlib\CallbackHandler,
Expand Down
3 changes: 0 additions & 3 deletions src/ListenerAggregate.php
Expand Up @@ -18,9 +18,6 @@
* @license http://framework.zend.com/license/new-bsd New BSD License
*/

/**
* @namespace
*/
namespace Zend\EventManager;

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

/**
* @namespace
*/
namespace Zend\EventManager;

use Traversable;
Expand Down
3 changes: 0 additions & 3 deletions src/ResponseCollection.php
Expand Up @@ -18,9 +18,6 @@
* @license http://framework.zend.com/license/new-bsd New BSD License
*/

/**
* @namespace
*/
namespace Zend\EventManager;

use SplStack;
Expand Down
3 changes: 0 additions & 3 deletions src/StaticEventCollection.php
Expand Up @@ -18,9 +18,6 @@
* @license http://framework.zend.com/license/new-bsd New BSD License
*/

/**
* @namespace
*/
namespace Zend\EventManager;

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

/**
* @namespace
*/
namespace Zend\EventManager;

use Zend\Stdlib\CallbackHandler;
Expand Down

0 comments on commit 1fcbea4

Please sign in to comment.