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 64 changed files with 0 additions and 192 deletions.
3 changes: 0 additions & 3 deletions src/Barcode.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\Barcode;

use Traversable,
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\Barcode;

/**
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\Barcode\Exception;

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

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

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

use Traversable,
Expand Down
3 changes: 0 additions & 3 deletions src/Object/Codabar.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\Barcode\Object;

/**
Expand Down
3 changes: 0 additions & 3 deletions src/Object/Code128.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@
* @version $Id: Code25.php 20096 2010-01-06 02:05:09Z bkarwin $
*/

/**
* @namespace
*/
namespace Zend\Barcode\Object;

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

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

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

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

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

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

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

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

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

use Zend\Barcode\Exception as BarcodeException;
Expand Down
3 changes: 0 additions & 3 deletions src/Object/Exception/BarcodeValidationException.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\Barcode\Object\Exception;

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

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

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

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

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

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

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

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

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

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

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

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

use Zend\Validator\Barcode as BarcodeValidator,
Expand Down
3 changes: 0 additions & 3 deletions src/Renderer.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\Barcode;

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

use Traversable,
Expand Down
3 changes: 0 additions & 3 deletions src/Renderer/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\Barcode\Renderer;

use Zend\Barcode\Exception as BarcodeException;
Expand Down
3 changes: 0 additions & 3 deletions src/Renderer/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\Barcode\Renderer\Exception;

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

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

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

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

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

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

use DOMDocument,
Expand Down
Loading

0 comments on commit 747588e

Please sign in to comment.