Completed
Push — master ( f4ce27...72c2cd )
by Marco
21:17
created
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.