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 31 changed files with 0 additions and 93 deletions.
3 changes: 0 additions & 3 deletions src/Decoder.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\Json;

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

use Zend\Json\Exception\RecursionException,
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\Json;

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

/**
Expand Down
3 changes: 0 additions & 3 deletions src/Exception/RecursionException.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\Json\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 @@ -18,9 +18,6 @@
* @license http://framework.zend.com/license/new-bsd New BSD License
*/

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

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

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

use Zend\Json\Exception\RuntimeException,
Expand Down
3 changes: 0 additions & 3 deletions src/Server/Cache.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\Json\Server;

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

use Zend\Http\Client as HttpClient,
Expand Down
3 changes: 0 additions & 3 deletions src/Server/Error.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\Json\Server;

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

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

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

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

Expand Down
3 changes: 0 additions & 3 deletions src/Server/Request/Http.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\Json\Server\Request;

use Zend\Json\Server\Request as JsonRequest;
Expand Down
3 changes: 0 additions & 3 deletions src/Server/Response.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\Json\Server;

use Zend\Json\Json;
Expand Down
3 changes: 0 additions & 3 deletions src/Server/Response/Http.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\Json\Server\Response;

use Zend\Json\Server\Response as JsonResponse;
Expand Down
3 changes: 0 additions & 3 deletions src/Server/Server.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\Json\Server;

use ReflectionFunction,
Expand Down
3 changes: 0 additions & 3 deletions src/Server/Smd.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\Json\Server;
use Zend\Json\Server\Exception\InvalidArgumentException,
Zend\Json\Server\Exception\RuntimeException;
Expand Down
3 changes: 0 additions & 3 deletions src/Server/Smd/Service.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\Json\Server\Smd;
use Zend\Json\Server\Smd,
Zend\Json\Server,
Expand Down
3 changes: 0 additions & 3 deletions test/JsonTest.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 ZendTest\Json;
use Zend\Json;

Expand Down
3 changes: 0 additions & 3 deletions test/JsonXmlTest.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 ZendTest\Json;
use Zend\Json;

Expand Down
3 changes: 0 additions & 3 deletions test/Server/CacheTest.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 ZendTest\Json\Server;
use Zend\Json\Server;

Expand Down
3 changes: 0 additions & 3 deletions test/Server/ClientTest.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 ZendTest\Json\Server;

use Zend\Http\Client as HttpClient,
Expand Down
3 changes: 0 additions & 3 deletions test/Server/ErrorTest.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 ZendTest\Json\Server;
use Zend\Json\Server;
use Zend\Json;
Expand Down
3 changes: 0 additions & 3 deletions test/Server/RequestTest.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 ZendTest\Json\Server;
use Zend\Json;

Expand Down
3 changes: 0 additions & 3 deletions test/Server/ResponseTest.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 ZendTest\Json\Server;
use Zend\Json\Server,
Zend\Json;
Expand Down
3 changes: 0 additions & 3 deletions test/Server/Smd/ServiceTest.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 ZendTest\Json\Server\Smd;
use Zend\Json\Server\Smd\Service;
use Zend\Json\Server;
Expand Down
3 changes: 0 additions & 3 deletions test/Server/SmdTest.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 ZendTest\Json\Server;
use Zend\Json\Server\Smd,
Zend\Json\Server,
Expand Down
3 changes: 0 additions & 3 deletions test/ServerTest.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 ZendTest\Json;
use Zend\Json\Server,
Zend\Json,
Expand Down

0 comments on commit f9e572c

Please sign in to comment.