diff --git a/src/Cloud.php b/src/Cloud.php index 5cc1824..323d5df 100644 --- a/src/Cloud.php +++ b/src/Cloud.php @@ -19,9 +19,6 @@ * @license http://framework.zend.com/license/new-bsd New BSD License */ -/** - * @namespace - */ namespace Zend\Tag; use Zend\Config, diff --git a/src/Cloud/Decorator/Cloud.php b/src/Cloud/Decorator/Cloud.php index aa7d1c3..9ab2063 100644 --- a/src/Cloud/Decorator/Cloud.php +++ b/src/Cloud/Decorator/Cloud.php @@ -19,9 +19,6 @@ * @license http://framework.zend.com/license/new-bsd New BSD License */ -/** - * @namespace - */ namespace Zend\Tag\Cloud\Decorator; use Zend\Tag\Cloud\Decorator; diff --git a/src/Cloud/Decorator/Exception.php b/src/Cloud/Decorator/Exception.php index 646d1a7..cfbbd90 100644 --- a/src/Cloud/Decorator/Exception.php +++ b/src/Cloud/Decorator/Exception.php @@ -19,9 +19,6 @@ * @license http://framework.zend.com/license/new-bsd New BSD License */ -/** - * @namespace - */ namespace Zend\Tag\Cloud\Decorator; /** diff --git a/src/Cloud/Decorator/HtmlCloud.php b/src/Cloud/Decorator/HtmlCloud.php index 3b18efb..662adf8 100644 --- a/src/Cloud/Decorator/HtmlCloud.php +++ b/src/Cloud/Decorator/HtmlCloud.php @@ -19,9 +19,6 @@ * @license http://framework.zend.com/license/new-bsd New BSD License */ -/** - * @namespace - */ namespace Zend\Tag\Cloud\Decorator; /** diff --git a/src/Cloud/Decorator/HtmlTag.php b/src/Cloud/Decorator/HtmlTag.php index c7585f5..7339cd9 100644 --- a/src/Cloud/Decorator/HtmlTag.php +++ b/src/Cloud/Decorator/HtmlTag.php @@ -19,9 +19,6 @@ * @license http://framework.zend.com/license/new-bsd New BSD License */ -/** - * @namespace - */ namespace Zend\Tag\Cloud\Decorator; use Zend\Tag\Cloud\Decorator\Exception\InvalidArgumentException, diff --git a/src/Cloud/Decorator/Tag.php b/src/Cloud/Decorator/Tag.php index 466ad32..9740739 100644 --- a/src/Cloud/Decorator/Tag.php +++ b/src/Cloud/Decorator/Tag.php @@ -19,9 +19,6 @@ * @license http://framework.zend.com/license/new-bsd New BSD License */ -/** - * @namespace - */ namespace Zend\Tag\Cloud\Decorator; use Zend\Tag\Cloud\Decorator; diff --git a/src/Exception.php b/src/Exception.php index d138022..ebaea17 100644 --- a/src/Exception.php +++ b/src/Exception.php @@ -18,9 +18,6 @@ * @license http://framework.zend.com/license/new-bsd New BSD License */ -/** - * @namespace - */ namespace Zend\Tag; /** diff --git a/src/Item.php b/src/Item.php index 9c73d7b..851d21b 100644 --- a/src/Item.php +++ b/src/Item.php @@ -19,9 +19,6 @@ * @license http://framework.zend.com/license/new-bsd New BSD License */ -/** - * @namespace - */ namespace Zend\Tag; /** diff --git a/src/ItemList.php b/src/ItemList.php index 2618a0d..401b132 100644 --- a/src/ItemList.php +++ b/src/ItemList.php @@ -19,9 +19,6 @@ * @license http://framework.zend.com/license/new-bsd New BSD License */ -/** - * @namespace - */ namespace Zend\Tag; use Zend\Amf\Parser\Exception; diff --git a/src/Taggable.php b/src/Taggable.php index 8a6b856..5a85c3a 100644 --- a/src/Taggable.php +++ b/src/Taggable.php @@ -19,9 +19,6 @@ * @license http://framework.zend.com/license/new-bsd New BSD License */ -/** - * @namespace - */ namespace Zend\Tag; /** diff --git a/test/Cloud/CloudTest.php b/test/Cloud/CloudTest.php index 09a0ce7..17ecbb9 100644 --- a/test/Cloud/CloudTest.php +++ b/test/Cloud/CloudTest.php @@ -19,9 +19,6 @@ * @license http://framework.zend.com/license/new-bsd New BSD License */ -/** - * @namespace - */ namespace ZendTest\Tag\Cloud; use Zend\Tag, diff --git a/test/Cloud/Decorator/HtmlCloudTest.php b/test/Cloud/Decorator/HtmlCloudTest.php index b7a586c..f3b1067 100644 --- a/test/Cloud/Decorator/HtmlCloudTest.php +++ b/test/Cloud/Decorator/HtmlCloudTest.php @@ -19,9 +19,6 @@ * @license http://framework.zend.com/license/new-bsd New BSD License */ -/** - * @namespace - */ namespace ZendTest\Tag\Cloud\Decorator; use Zend\Tag\Cloud\Decorator; diff --git a/test/Cloud/Decorator/HtmlTagTest.php b/test/Cloud/Decorator/HtmlTagTest.php index 069ed42..1931cd2 100644 --- a/test/Cloud/Decorator/HtmlTagTest.php +++ b/test/Cloud/Decorator/HtmlTagTest.php @@ -19,9 +19,6 @@ * @license http://framework.zend.com/license/new-bsd New BSD License */ -/** - * @namespace - */ namespace ZendTest\Tag\Cloud\Decorator; use Zend\Tag, diff --git a/test/Cloud/TestAsset/CloudDummy.php b/test/Cloud/TestAsset/CloudDummy.php index 4f641e5..84bac72 100644 --- a/test/Cloud/TestAsset/CloudDummy.php +++ b/test/Cloud/TestAsset/CloudDummy.php @@ -19,9 +19,6 @@ * @license http://framework.zend.com/license/new-bsd New BSD License */ -/** - * @namespace - */ namespace ZendTest\Tag\Cloud\TestAsset; /** diff --git a/test/Cloud/TestAsset/CloudDummy1.php b/test/Cloud/TestAsset/CloudDummy1.php index 1414f0a..55eed33 100644 --- a/test/Cloud/TestAsset/CloudDummy1.php +++ b/test/Cloud/TestAsset/CloudDummy1.php @@ -19,9 +19,6 @@ * @license http://framework.zend.com/license/new-bsd New BSD License */ -/** - * @namespace - */ namespace ZendTest\Tag\Cloud\TestAsset; /** diff --git a/test/Cloud/TestAsset/CloudDummy2.php b/test/Cloud/TestAsset/CloudDummy2.php index a7ea033..112b670 100644 --- a/test/Cloud/TestAsset/CloudDummy2.php +++ b/test/Cloud/TestAsset/CloudDummy2.php @@ -19,9 +19,6 @@ * @license http://framework.zend.com/license/new-bsd New BSD License */ -/** - * @namespace - */ namespace ZendTest\Tag\Cloud\TestAsset; /** diff --git a/test/Cloud/TestAsset/TagDummy.php b/test/Cloud/TestAsset/TagDummy.php index cc6303e..aab377e 100644 --- a/test/Cloud/TestAsset/TagDummy.php +++ b/test/Cloud/TestAsset/TagDummy.php @@ -19,9 +19,6 @@ * @license http://framework.zend.com/license/new-bsd New BSD License */ -/** - * @namespace - */ namespace ZendTest\Tag\Cloud\TestAsset; /** diff --git a/test/ItemListTest.php b/test/ItemListTest.php index 8c7a222..14cc822 100644 --- a/test/ItemListTest.php +++ b/test/ItemListTest.php @@ -19,9 +19,6 @@ * @license http://framework.zend.com/license/new-bsd New BSD License */ -/** - * @namespace - */ namespace ZendTest\Tag; use Zend\Tag, diff --git a/test/ItemTest.php b/test/ItemTest.php index 738bf6a..574ff61 100644 --- a/test/ItemTest.php +++ b/test/ItemTest.php @@ -19,9 +19,6 @@ * @license http://framework.zend.com/license/new-bsd New BSD License */ -/** - * @namespace - */ namespace ZendTest\Tag; use Zend\Tag,