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 25 changed files with 0 additions and 75 deletions.
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\Log;

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

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

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

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

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

use Zend\Log\Factory,
Expand Down
3 changes: 0 additions & 3 deletions src/Filter/Message.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\Log\Filter;

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

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

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

/**
Expand Down
3 changes: 0 additions & 3 deletions src/Formatter/AbstractFormatter.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\Log\Formatter;
use \Zend\Log\Factory,
\Zend\Log\Formatter;
Expand Down
3 changes: 0 additions & 3 deletions src/Formatter/Firebug.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\Log\Formatter;
use \Zend\Log\Formatter;

Expand Down
3 changes: 0 additions & 3 deletions src/Formatter/Simple.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\Log\Formatter;

use Zend\Log\Formatter,
Expand Down
3 changes: 0 additions & 3 deletions src/Formatter/Xml.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\Log\Formatter;

use Zend\Log\Formatter,
Expand Down
3 changes: 0 additions & 3 deletions src/Logger.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\Log;

use ReflectionClass,
Expand Down
3 changes: 0 additions & 3 deletions src/Writer.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\Log;

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

use Zend\Log\Factory,
Expand Down
3 changes: 0 additions & 3 deletions src/Writer/Db.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\Log\Writer;

use Zend\Log\Formatter,
Expand Down
3 changes: 0 additions & 3 deletions src/Writer/Firebug.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\Log\Writer;

use Zend\Log\Logger,
Expand Down
3 changes: 0 additions & 3 deletions src/Writer/Mail.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\Log\Writer;

use Zend\Log\Formatter\Simple as SimpleFormatter,
Expand Down
3 changes: 0 additions & 3 deletions src/Writer/Mock.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\Log\Writer;

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

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

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

Expand Down
3 changes: 0 additions & 3 deletions src/Writer/ZendMonitor.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\Log\Writer;

/**
Expand Down

0 comments on commit 0d5813e

Please sign in to comment.