Completed
Push — master ( 2bde14...e10083 )
by Jefersson
04:57
created
tests/ProxyManagerTest/Functional/LazyLoadingValueHolderFunctionalTest.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -409,7 +409,7 @@  discard block
 block discarded – undo
409 409
      * @param object $realInstance
410 410
      * @param Mock   $initializerMatcher
411 411
      *
412
-     * @return callable
412
+     * @return \Closure
413 413
      */
414 414
     private function createInitializer(string $className, $realInstance, Mock $initializerMatcher = null) : callable
415 415
     {
@@ -660,7 +660,7 @@  discard block
 block discarded – undo
660 660
     }
661 661
 
662 662
     /**
663
-     * @param object $instance
663
+     * @param OtherObjectAccessClass $instance
664 664
      * @param array  $values
665 665
      *
666 666
      * @return object
Please login to merge, or discard this patch.
tests/ProxyManagerTest/ProxyGenerator/RemoteObjectGeneratorTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,6 @@
 block discarded – undo
20 20
 
21 21
 namespace ProxyManagerTest\ProxyGenerator;
22 22
 
23
-use PHPUnit_Framework_TestCase;
24 23
 use ProxyManager\Generator\ClassGenerator;
25 24
 use ProxyManager\Generator\Util\UniqueIdentifierGenerator;
26 25
 use ProxyManager\GeneratorStrategy\EvaluatingGeneratorStrategy;
Please login to merge, or discard this patch.
tests/ProxyManagerTest/ProxyGenerator/NullObjectGeneratorTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,6 @@
 block discarded – undo
20 20
 
21 21
 namespace ProxyManagerTest\ProxyGenerator;
22 22
 
23
-use PHPUnit_Framework_TestCase;
24 23
 use ProxyManager\Generator\ClassGenerator;
25 24
 use ProxyManager\Generator\Util\UniqueIdentifierGenerator;
26 25
 use ProxyManager\GeneratorStrategy\EvaluatingGeneratorStrategy;
Please login to merge, or discard this patch.