Completed
Pull Request — master (#547)
by Matthew
21:18
created
ProxyGenerator/RemoteObject/MethodGenerator/MagicIssetTest.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\RemoteObject\MethodGenerator;
6 6
 
7
-use PHPUnit\Framework\MockObject\MockObject;
8 7
 use PHPUnit\Framework\TestCase;
9 8
 use ProxyManager\ProxyGenerator\RemoteObject\MethodGenerator\MagicIsset;
10 9
 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
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 namespace ProxyManagerTest\ProxyGenerator\RemoteObject\MethodGenerator;
6 6
 
7
-use PHPUnit\Framework\MockObject\MockObject;
8 7
 use PHPUnit\Framework\TestCase;
9 8
 use ProxyManager\ProxyGenerator\RemoteObject\MethodGenerator\MagicSet;
10 9
 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
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 namespace ProxyManagerTest\ProxyGenerator\RemoteObject\MethodGenerator;
6 6
 
7
-use PHPUnit\Framework\MockObject\MockObject;
8 7
 use PHPUnit\Framework\TestCase;
9 8
 use ProxyManager\ProxyGenerator\RemoteObject\MethodGenerator\MagicUnset;
10 9
 use ProxyManagerTestAsset\EmptyClass;
Please login to merge, or discard this patch.
ProxyGenerator/RemoteObject/MethodGenerator/RemoteObjectMethodTest.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\RemoteObject\MethodGenerator;
6 6
 
7
-use PHPUnit\Framework\MockObject\MockObject;
8 7
 use PHPUnit\Framework\TestCase;
9 8
 use ProxyManager\ProxyGenerator\RemoteObject\MethodGenerator\RemoteObjectMethod;
10 9
 use ProxyManagerTestAsset\BaseClass;
Please login to merge, or discard this patch.
ProxyGenerator/RemoteObject/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\RemoteObject\MethodGenerator;
6 6
 
7
-use PHPUnit\Framework\MockObject\MockObject;
8 7
 use PHPUnit\Framework\TestCase;
9 8
 use ProxyManager\ProxyGenerator\RemoteObject\MethodGenerator\StaticProxyConstructor;
10 9
 use ProxyManagerTestAsset\ClassWithMixedProperties;
Please login to merge, or discard this patch.
ProxyGenerator/ValueHolder/MethodGenerator/ConstructorTest.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\ValueHolder\MethodGenerator;
6 6
 
7
-use PHPUnit\Framework\MockObject\MockObject;
8 7
 use PHPUnit\Framework\TestCase;
9 8
 use ProxyManager\ProxyGenerator\ValueHolder\MethodGenerator\Constructor;
10 9
 use ProxyManagerTestAsset\ClassWithMixedProperties;
Please login to merge, or discard this patch.
ProxyGenerator/ValueHolder/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\ValueHolder\MethodGenerator;
6 6
 
7
-use PHPUnit\Framework\MockObject\MockObject;
8 7
 use PHPUnit\Framework\TestCase;
9 8
 use ProxyManager\ProxyGenerator\ValueHolder\MethodGenerator\MagicSleep;
10 9
 use ProxyManagerTestAsset\EmptyClass;
Please login to merge, or discard this patch.
ProxyManagerTest/Functional/AccessInterceptorValueHolderFunctionalTest.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -631,7 +631,7 @@
 block discarded – undo
631 631
     }
632 632
 
633 633
     /**
634
-     * @param mixed $expected
634
+     * @param string $expected
635 635
      * @param mixed $actual
636 636
      */
637 637
     private static function assertByRefVariableValueSame($expected, & $actual) : void
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 use ProxyManager\Proxy\AccessInterceptorValueHolderInterface;
13 13
 use ProxyManagerTest\Assert;
14 14
 use ProxyManagerTestAsset\BaseClass;
15
-use ProxyManagerTestAsset\BaseInterface;
16 15
 use ProxyManagerTestAsset\CallableInterface;
17 16
 use ProxyManagerTestAsset\ClassWithCounterConstructor;
18 17
 use ProxyManagerTestAsset\ClassWithDynamicArgumentsMethod;
Please login to merge, or discard this patch.
tests/ProxyManagerTest/Functional/LazyLoadingGhostFunctionalTest.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -826,6 +826,7 @@
 block discarded – undo
826 826
      *   array,
827 827
      *   ?Closure
828 828
      * ) : bool
829
+     * @param Mock $initializerMatcher
829 830
      */
830 831
     private function createInitializer(string $className, object $realInstance, ?Mock $initializerMatcher = null) : Closure
831 832
     {
Please login to merge, or discard this patch.