Completed
Push — master ( 4d7be2...8ef69a )
by Marco
18s queued 11s
created
ProxyGenerator/LazyLoading/MethodGenerator/StaticProxyConstructorTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 namespace ProxyManagerTest\ProxyGenerator\LazyLoading\MethodGenerator;
6 6
 
7
-use PHPUnit\Framework\MockObject\MockObject;
8 7
 use PHPUnit\Framework\TestCase;
9 8
 use ProxyManager\ProxyGenerator\LazyLoading\MethodGenerator\StaticProxyConstructor;
10 9
 use ProxyManager\ProxyGenerator\Util\Properties;
Please login to merge, or discard this patch.
ProxyGenerator/LazyLoadingGhost/MethodGenerator/CallInitializerTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 namespace ProxyManagerTest\ProxyGenerator\LazyLoadingGhost\MethodGenerator;
6 6
 
7
-use PHPUnit\Framework\MockObject\MockObject;
8 7
 use PHPUnit\Framework\TestCase;
9 8
 use ProxyManager\ProxyGenerator\LazyLoadingGhost\MethodGenerator\CallInitializer;
10 9
 use ProxyManager\ProxyGenerator\Util\Properties;
Please login to merge, or discard this patch.
ProxyGenerator/LazyLoadingGhost/MethodGenerator/GetProxyInitializerTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 namespace ProxyManagerTest\ProxyGenerator\LazyLoadingGhost\MethodGenerator;
6 6
 
7
-use PHPUnit\Framework\MockObject\MockObject;
8 7
 use PHPUnit\Framework\TestCase;
9 8
 use ProxyManager\ProxyGenerator\LazyLoadingGhost\MethodGenerator\GetProxyInitializer;
10 9
 use Zend\Code\Generator\PropertyGenerator;
Please login to merge, or discard this patch.
ProxyGenerator/LazyLoadingGhost/MethodGenerator/InitializeProxyTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 namespace ProxyManagerTest\ProxyGenerator\LazyLoadingGhost\MethodGenerator;
6 6
 
7
-use PHPUnit\Framework\MockObject\MockObject;
8 7
 use PHPUnit\Framework\TestCase;
9 8
 use ProxyManager\ProxyGenerator\LazyLoadingGhost\MethodGenerator\InitializeProxy;
10 9
 use Zend\Code\Generator\MethodGenerator;
Please login to merge, or discard this patch.
ProxyGenerator/LazyLoadingGhost/MethodGenerator/IsProxyInitializedTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 namespace ProxyManagerTest\ProxyGenerator\LazyLoadingGhost\MethodGenerator;
6 6
 
7
-use PHPUnit\Framework\MockObject\MockObject;
8 7
 use PHPUnit\Framework\TestCase;
9 8
 use ProxyManager\ProxyGenerator\LazyLoadingGhost\MethodGenerator\IsProxyInitialized;
10 9
 use Zend\Code\Generator\PropertyGenerator;
Please login to merge, or discard this patch.
ProxyGenerator/LazyLoadingGhost/MethodGenerator/MagicCloneTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 namespace ProxyManagerTest\ProxyGenerator\LazyLoadingGhost\MethodGenerator;
6 6
 
7
-use PHPUnit\Framework\MockObject\MockObject;
8 7
 use PHPUnit\Framework\TestCase;
9 8
 use ProxyManager\ProxyGenerator\LazyLoadingGhost\MethodGenerator\MagicClone;
10 9
 use ProxyManagerTestAsset\EmptyClass;
Please login to merge, or discard this patch.
ProxyGenerator/LazyLoadingGhost/MethodGenerator/MagicSleepTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 namespace ProxyManagerTest\ProxyGenerator\LazyLoadingGhost\MethodGenerator;
6 6
 
7
-use PHPUnit\Framework\MockObject\MockObject;
8 7
 use PHPUnit\Framework\TestCase;
9 8
 use ProxyManager\ProxyGenerator\LazyLoadingGhost\MethodGenerator\MagicSleep;
10 9
 use ProxyManagerTestAsset\EmptyClass;
Please login to merge, or discard this patch.
ProxyGenerator/LazyLoadingGhost/MethodGenerator/SetProxyInitializerTest.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -4,10 +4,8 @@
 block discarded – undo
4 4
 
5 5
 namespace ProxyManagerTest\ProxyGenerator\LazyLoadingGhost\MethodGenerator;
6 6
 
7
-use PHPUnit\Framework\MockObject\MockObject;
8 7
 use PHPUnit\Framework\TestCase;
9 8
 use ProxyManager\ProxyGenerator\LazyLoadingGhost\MethodGenerator\SetProxyInitializer;
10
-use Zend\Code\Generator\ParameterGenerator;
11 9
 use Zend\Code\Generator\PropertyGenerator;
12 10
 use Zend\Code\Generator\TypeGenerator;
13 11
 use function array_shift;
Please login to merge, or discard this patch.
LazyLoadingValueHolder/MethodGenerator/GetProxyInitializerTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 namespace ProxyManagerTest\ProxyGenerator\LazyLoadingValueHolder\MethodGenerator;
6 6
 
7
-use PHPUnit\Framework\MockObject\MockObject;
8 7
 use PHPUnit\Framework\TestCase;
9 8
 use ProxyManager\ProxyGenerator\LazyLoadingValueHolder\MethodGenerator\GetProxyInitializer;
10 9
 use Zend\Code\Generator\PropertyGenerator;
Please login to merge, or discard this patch.