Completed
Push — master ( dfc740...730fa0 )
by Marco
14s queued 10s
created
ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/MagicIssetTest.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\ProxyGenerator\LazyLoadingValueHolder\MethodGenerator;
6 6
 
7 7
 use Laminas\Code\Generator\PropertyGenerator;
8
-use PHPUnit\Framework\MockObject\MockObject;
9 8
 use PHPUnit\Framework\TestCase;
10 9
 use ProxyManager\ProxyGenerator\LazyLoadingValueHolder\MethodGenerator\MagicIsset;
11 10
 use ProxyManager\ProxyGenerator\PropertyGenerator\PublicPropertiesMap;
Please login to merge, or discard this patch.
ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/MagicSetTest.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\ProxyGenerator\LazyLoadingValueHolder\MethodGenerator;
6 6
 
7 7
 use Laminas\Code\Generator\PropertyGenerator;
8
-use PHPUnit\Framework\MockObject\MockObject;
9 8
 use PHPUnit\Framework\TestCase;
10 9
 use ProxyManager\ProxyGenerator\LazyLoadingValueHolder\MethodGenerator\MagicSet;
11 10
 use ProxyManager\ProxyGenerator\PropertyGenerator\PublicPropertiesMap;
Please login to merge, or discard this patch.
ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/MagicSleepTest.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\ProxyGenerator\LazyLoadingValueHolder\MethodGenerator;
6 6
 
7 7
 use Laminas\Code\Generator\PropertyGenerator;
8
-use PHPUnit\Framework\MockObject\MockObject;
9 8
 use PHPUnit\Framework\TestCase;
10 9
 use ProxyManager\ProxyGenerator\LazyLoadingValueHolder\MethodGenerator\MagicSleep;
11 10
 use ProxyManagerTestAsset\EmptyClass;
Please login to merge, or discard this patch.
ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/MagicUnsetTest.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\ProxyGenerator\LazyLoadingValueHolder\MethodGenerator;
6 6
 
7 7
 use Laminas\Code\Generator\PropertyGenerator;
8
-use PHPUnit\Framework\MockObject\MockObject;
9 8
 use PHPUnit\Framework\TestCase;
10 9
 use ProxyManager\ProxyGenerator\LazyLoadingValueHolder\MethodGenerator\MagicUnset;
11 10
 use ProxyManager\ProxyGenerator\PropertyGenerator\PublicPropertiesMap;
Please login to merge, or discard this patch.
LazyLoadingValueHolder/MethodGenerator/SetProxyInitializerTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 use Laminas\Code\Generator\ParameterGenerator;
8 8
 use Laminas\Code\Generator\PropertyGenerator;
9 9
 use Laminas\Code\Generator\TypeGenerator;
10
-use PHPUnit\Framework\MockObject\MockObject;
11 10
 use PHPUnit\Framework\TestCase;
12 11
 use ProxyManager\ProxyGenerator\LazyLoadingValueHolder\MethodGenerator\SetProxyInitializer;
13 12
 use function array_shift;
Please login to merge, or discard this patch.
ProxyGenerator/RemoteObject/MethodGenerator/MagicGetTest.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\ProxyGenerator\RemoteObject\MethodGenerator;
6 6
 
7 7
 use Laminas\Code\Generator\PropertyGenerator;
8
-use PHPUnit\Framework\MockObject\MockObject;
9 8
 use PHPUnit\Framework\TestCase;
10 9
 use ProxyManager\ProxyGenerator\RemoteObject\MethodGenerator\MagicGet;
11 10
 use ProxyManagerTestAsset\EmptyClass;
Please login to merge, or discard this patch.
ProxyGenerator/RemoteObject/MethodGenerator/MagicIssetTest.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\ProxyGenerator\RemoteObject\MethodGenerator;
6 6
 
7 7
 use Laminas\Code\Generator\PropertyGenerator;
8
-use PHPUnit\Framework\MockObject\MockObject;
9 8
 use PHPUnit\Framework\TestCase;
10 9
 use ProxyManager\ProxyGenerator\RemoteObject\MethodGenerator\MagicIsset;
11 10
 use ProxyManagerTestAsset\EmptyClass;
Please login to merge, or discard this patch.
ProxyGenerator/RemoteObject/MethodGenerator/MagicSetTest.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\ProxyGenerator\RemoteObject\MethodGenerator;
6 6
 
7 7
 use Laminas\Code\Generator\PropertyGenerator;
8
-use PHPUnit\Framework\MockObject\MockObject;
9 8
 use PHPUnit\Framework\TestCase;
10 9
 use ProxyManager\ProxyGenerator\RemoteObject\MethodGenerator\MagicSet;
11 10
 use ProxyManagerTestAsset\EmptyClass;
Please login to merge, or discard this patch.
ProxyGenerator/RemoteObject/MethodGenerator/MagicUnsetTest.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\ProxyGenerator\RemoteObject\MethodGenerator;
6 6
 
7 7
 use Laminas\Code\Generator\PropertyGenerator;
8
-use PHPUnit\Framework\MockObject\MockObject;
9 8
 use PHPUnit\Framework\TestCase;
10 9
 use ProxyManager\ProxyGenerator\RemoteObject\MethodGenerator\MagicUnset;
11 10
 use ProxyManagerTestAsset\EmptyClass;
Please login to merge, or discard this patch.