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

Commit

Permalink
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/AutoDiscover.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
use Zend\Server\Reflection;
use Zend\Server\Reflection\AbstractFunction;
use Zend\Server\Reflection\Prototype;
use Zend\Server\Reflection\ReflectionParameter;
use Zend\Soap\AutoDiscover\DiscoveryStrategy\DiscoveryStrategyInterface as DiscoveryStrategy;
use Zend\Soap\AutoDiscover\DiscoveryStrategy\ReflectionDiscovery;
use Zend\Soap\Wsdl;
Expand Down
1 change: 0 additions & 1 deletion src/Server/DocumentLiteralWrapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

namespace Zend\Soap\Server;

use ReflectionClass;
use ReflectionObject;
use Zend\Soap\Exception\BadMethodCallException;
use Zend\Soap\Exception\UnexpectedValueException;
Expand Down
1 change: 0 additions & 1 deletion test/AutoDiscoverTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
require_once 'TestAsset/commontypes.php';

use Zend\Soap\AutoDiscover;
use Zend\Soap\AutoDiscoverException;

/** PHPUnit Test Case */

Expand Down
1 change: 0 additions & 1 deletion test/ServerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
require_once __DIR__ . '/TestAsset/commontypes.php';

use Zend\Soap\Server;
use Zend\Soap\ServerException;

/**
* Zend_Soap_Server
Expand Down

0 comments on commit d83a57a

Please sign in to comment.