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

Commit

Permalink
Merge branch 'hotfix/2685' into develop
Browse files Browse the repository at this point in the history
Forward port zendframework/zendframework#2685

Conflicts:
	library/Zend/Code/Scanner/ClassScanner.php
	tests/ZendTest/ModuleManager/Listener/ListenerOptionsTest.php
  • Loading branch information
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion test/BigIntegerValueTest.php
Expand Up @@ -14,7 +14,6 @@
use Zend\XmlRpc\Value\BigInteger;
use Zend\XmlRpc\Exception;
use Zend\XmlRpc\Generator\GeneratorInterface as Generator;
use Zend\Math\BigInteger as MathBigInteger;

/**
* @category Zend
Expand Down
1 change: 0 additions & 1 deletion test/ClientTest.php
Expand Up @@ -12,7 +12,6 @@

use Zend\Http\Client\Adapter;
use Zend\Http;
use Zend\Http\Request as HttpRequest;
use Zend\Http\Response as HttpResponse;
use Zend\XmlRpc\Client;
use Zend\XmlRpc\AbstractValue;
Expand Down
1 change: 0 additions & 1 deletion test/ValueTest.php
Expand Up @@ -15,7 +15,6 @@
use Zend\XmlRpc\AbstractValue;
use Zend\XmlRpc\Value;
use Zend\XmlRpc\Generator\GeneratorInterface as Generator;
use Zend\Math\BigInteger;

/**
* Test case for Value
Expand Down

0 comments on commit f7525cd

Please sign in to comment.