Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Commit

Permalink
Merge branch 'master' of git://github.com/zendframework/zf2 into cach…
Browse files Browse the repository at this point in the history
…e_filesystemSpeedup
  • Loading branch information
Show file tree
Hide file tree
Showing 32 changed files with 0 additions and 96 deletions.
3 changes: 0 additions & 3 deletions src/AutoDiscover.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\Soap;

use Zend\Uri,
Expand Down
3 changes: 0 additions & 3 deletions src/AutoDiscover/DiscoveryStrategy.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\Soap\AutoDiscover;

use Zend\Server\Reflection\AbstractFunction,
Expand Down
3 changes: 0 additions & 3 deletions src/AutoDiscover/DiscoveryStrategy/ReflectionDiscovery.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\Soap\AutoDiscover\DiscoveryStrategy;

use Zend\Soap\AutoDiscover\DiscoveryStrategy,
Expand Down
3 changes: 0 additions & 3 deletions src/Client/Common.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\Soap\Client;

if (extension_loaded('soap')) {
Expand Down
3 changes: 0 additions & 3 deletions src/Client/DotNet.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\Soap\Client;

use Zend\Soap\Client as SOAPClient,
Expand Down
3 changes: 0 additions & 3 deletions src/Client/Local.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\Soap\Client;

use Zend\Soap\Client as SOAPClient,
Expand Down
3 changes: 0 additions & 3 deletions src/Exception.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\Soap;

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

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

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

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

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

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

use DOMDocument,
Expand Down
3 changes: 0 additions & 3 deletions src/Wsdl/ComplexTypeStrategy.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\Soap\Wsdl;

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

use Zend\Soap\Wsdl\ComplexTypeStrategy;
Expand Down
3 changes: 0 additions & 3 deletions src/Wsdl/ComplexTypeStrategy/AnyType.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\Soap\Wsdl\ComplexTypeStrategy;

use Zend\Soap\Wsdl\ComplexTypeStrategy;
Expand Down
3 changes: 0 additions & 3 deletions src/Wsdl/ComplexTypeStrategy/ArrayOfTypeComplex.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\Soap\Wsdl\ComplexTypeStrategy;

use Zend\Soap;
Expand Down
3 changes: 0 additions & 3 deletions src/Wsdl/ComplexTypeStrategy/ArrayOfTypeSequence.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\Soap\Wsdl\ComplexTypeStrategy;

use Zend\Soap\Wsdl;
Expand Down
3 changes: 0 additions & 3 deletions src/Wsdl/ComplexTypeStrategy/Composite.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\Soap\Wsdl\ComplexTypeStrategy;

use Zend\Soap\Wsdl\ComplexTypeStrategy,
Expand Down
3 changes: 0 additions & 3 deletions src/Wsdl/ComplexTypeStrategy/DefaultComplexType.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\Soap\Wsdl\ComplexTypeStrategy;

use Zend\Soap;
Expand Down
3 changes: 0 additions & 3 deletions test/AutoDiscover/OnlineTest.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\Soap\AutoDiscover;
require_once __DIR__ . '/../TestAsset/commontypes.php';

Expand Down
3 changes: 0 additions & 3 deletions test/AutoDiscoverTest.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\Soap;

/** Include Common TestTypes */
Expand Down
3 changes: 0 additions & 3 deletions test/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\Soap;

require_once __DIR__ . '/TestAsset/commontypes.php';
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\Soap;

require_once __DIR__ . '/TestAsset/commontypes.php';
Expand Down
3 changes: 0 additions & 3 deletions test/TestAsset/commontypes.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\Soap\TestAsset;

/* Test Functions */
Expand Down
3 changes: 0 additions & 3 deletions test/TestAsset/fulltests/server1.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\Soap\TestAsset\fulltests;

/**
Expand Down
3 changes: 0 additions & 3 deletions test/TestAsset/fulltests/server2.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\Soap\TestAsset\fulltests;

/**
Expand Down
3 changes: 0 additions & 3 deletions test/Wsdl/ArrayOfTypeComplexStrategyTest.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\Soap\Wsdl;

require_once __DIR__."/../TestAsset/commontypes.php";
Expand Down
3 changes: 0 additions & 3 deletions test/Wsdl/ArrayOfTypeSequenceStrategyTest.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 ZendTest\Soap\Wsdl;

require_once __DIR__ . '/../TestAsset/commontypes.php';
Expand Down
3 changes: 0 additions & 3 deletions test/Wsdl/CompositeStrategyTest.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 ZendTest\Soap\Wsdl;
use Zend\Soap\Wsdl\ComplexTypeStrategy,
Zend\Soap\Wsdl,
Expand Down
3 changes: 0 additions & 3 deletions test/Wsdl/DefaultComplexTypeTest.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\Soap\Wsdl;

use Zend\Soap\Wsdl\ComplexTypeStrategy\DefaultComplexType;
Expand Down
3 changes: 0 additions & 3 deletions test/WsdlTest.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\Soap;
use Zend\Soap\Wsdl,
Zend\Soap\WsdlException,
Expand Down

0 comments on commit 1ffe869

Please sign in to comment.