Completed
Pull Request — master (#548)
by Alfred
21:44
created
tests/ProxyManagerTest/Factory/RemoteObject/Adapter/BaseAdapterTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 namespace ProxyManagerTest\Factory\RemoteObject\Adapter;
6 6
 
7 7
 use Laminas\Server\Client;
8
-use PHPUnit\Framework\MockObject\MockObject;
9 8
 use PHPUnit\Framework\TestCase;
10 9
 use ProxyManager\Factory\RemoteObject\Adapter\BaseAdapter;
11 10
 
Please login to merge, or discard this patch.
tests/ProxyManagerTest/Factory/RemoteObject/Adapter/JsonRpcTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 namespace ProxyManagerTest\Factory\RemoteObject\Adapter;
6 6
 
7 7
 use Laminas\Server\Client;
8
-use PHPUnit\Framework\MockObject\MockObject;
9 8
 use PHPUnit\Framework\TestCase;
10 9
 use ProxyManager\Factory\RemoteObject\Adapter\JsonRpc;
11 10
 
Please login to merge, or discard this patch.
tests/ProxyManagerTest/Factory/RemoteObject/Adapter/SoapTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 namespace ProxyManagerTest\Factory\RemoteObject\Adapter;
6 6
 
7 7
 use Laminas\Server\Client;
8
-use PHPUnit\Framework\MockObject\MockObject;
9 8
 use PHPUnit\Framework\TestCase;
10 9
 use ProxyManager\Factory\RemoteObject\Adapter\Soap;
11 10
 
Please login to merge, or discard this patch.
tests/ProxyManagerTest/Factory/RemoteObject/Adapter/XmlRpcTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 namespace ProxyManagerTest\Factory\RemoteObject\Adapter;
6 6
 
7 7
 use Laminas\Server\Client;
8
-use PHPUnit\Framework\MockObject\MockObject;
9 8
 use PHPUnit\Framework\TestCase;
10 9
 use ProxyManager\Factory\RemoteObject\Adapter\XmlRpc;
11 10
 
Please login to merge, or discard this patch.
Functional/AccessInterceptorScopeLocalizerFunctionalTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -557,7 +557,7 @@
 block discarded – undo
557 557
     }
558 558
 
559 559
     /**
560
-     * @param mixed $expected
560
+     * @param string $expected
561 561
      * @param mixed $actual
562 562
      */
563 563
     private static function assertByRefVariableValueSame($expected, &$actual) : void
Please login to merge, or discard this patch.
ProxyManagerTest/Functional/AccessInterceptorValueHolderFunctionalTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -678,7 +678,7 @@
 block discarded – undo
678 678
     }
679 679
 
680 680
     /**
681
-     * @param mixed $expected
681
+     * @param string $expected
682 682
      * @param mixed $actual
683 683
      */
684 684
     private static function assertByRefVariableValueSame($expected, &$actual) : void
Please login to merge, or discard this patch.
tests/ProxyManagerTest/Generator/Util/ClassGeneratorUtilsTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 
7 7
 use Laminas\Code\Generator\ClassGenerator;
8 8
 use Laminas\Code\Generator\MethodGenerator;
9
-use PHPUnit\Framework\MockObject\MockObject;
10 9
 use PHPUnit\Framework\TestCase;
11 10
 use ProxyManager\Generator\Util\ClassGeneratorUtils;
12 11
 use ProxyManagerTestAsset\BaseClass;
Please login to merge, or discard this patch.
AccessInterceptor/MethodGenerator/SetMethodPrefixInterceptorTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 
7 7
 use Laminas\Code\Generator\PropertyGenerator;
8 8
 use Laminas\Code\Generator\TypeGenerator;
9
-use PHPUnit\Framework\MockObject\MockObject;
10 9
 use PHPUnit\Framework\TestCase;
11 10
 use ProxyManager\ProxyGenerator\AccessInterceptor\MethodGenerator\SetMethodPrefixInterceptor;
12 11
 
Please login to merge, or discard this patch.
AccessInterceptor/MethodGenerator/SetMethodSuffixInterceptorTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 
7 7
 use Laminas\Code\Generator\PropertyGenerator;
8 8
 use Laminas\Code\Generator\TypeGenerator;
9
-use PHPUnit\Framework\MockObject\MockObject;
10 9
 use PHPUnit\Framework\TestCase;
11 10
 use ProxyManager\ProxyGenerator\AccessInterceptor\MethodGenerator\SetMethodSuffixInterceptor;
12 11
 
Please login to merge, or discard this patch.