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

/**
* @namespace
*/
namespace Zend\Captcha;

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

/**
* @namespace
*/
namespace Zend\Captcha;

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

/**
* @namespace
*/
namespace Zend\Captcha;

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

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

/**
* @namespace
*/
namespace Zend\Captcha\Exception;
use Zend\Captcha\Exception;

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

/**
* @namespace
*/
namespace Zend\Captcha\Exception;
use Zend\Captcha\Exception;

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\Captcha\Exception;

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

/**
* @namespace
*/
namespace Zend\Captcha\Exception;
use Zend\Captcha\Exception;

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

/**
* @namespace
*/
namespace Zend\Captcha;

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

/**
* @namespace
*/
namespace Zend\Captcha;

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

/**
* @namespace
*/
namespace Zend\Captcha;

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

/**
* @namespace
*/
namespace Zend\Captcha;

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

/**
* @namespace
*/
namespace ZendTest\Captcha;

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

/**
* @namespace
*/
namespace ZendTest\Captcha;

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

/**
* @namespace
*/
namespace ZendTest\Captcha;
use Zend\View\Renderer\PhpRenderer as View;

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

/**
* @namespace
*/
namespace ZendTest\Captcha;

use Zend\View\Renderer\PhpRenderer as View,
Expand Down
3 changes: 0 additions & 3 deletions test/ReCaptchaTest.php
Expand Up @@ -19,9 +19,6 @@
* @license http://framework.zend.com/license/new-bsd New BSD License
*/

/**
* @namespace
*/
namespace ZendTest\Captcha;

use Zend\Captcha;
Expand Down

0 comments on commit a837c00

Please sign in to comment.