Completed
Pull Request — master (#404)
by
unknown
05:53 queued 02:22
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/Functional/LazyLoadingGhostFunctionalTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -747,7 +747,7 @@
 block discarded – undo
747 747
      * @param object $realInstance
748 748
      * @param Mock   $initializerMatcher
749 749
      *
750
-     * @return callable
750
+     * @return \Closure
751 751
      */
752 752
     private function createInitializer(string $className, $realInstance, Mock $initializerMatcher = null) : callable
753 753
     {
Please login to merge, or discard this patch.
src/ProxyManager/Factory/AbstractBaseFactory.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,6 @@
 block discarded – undo
22 22
 
23 23
 use ProxyManager\Configuration;
24 24
 use ProxyManager\Generator\ClassGenerator;
25
-use ProxyManager\GeneratorStrategy\FileWriterGeneratorStrategy;
26 25
 use ProxyManager\ProxyGenerator\ProxyGeneratorInterface;
27 26
 use ProxyManager\Signature\Exception\InvalidSignatureException;
28 27
 use ProxyManager\Signature\Exception\MissingSignatureException;
Please login to merge, or discard this patch.
ProxyManagerTest/GeneratorStrategy/FileWriterGeneratorStrategyTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 use ProxyManager\Generator\ClassGenerator;
13 13
 use ProxyManager\Generator\Util\UniqueIdentifierGenerator;
14 14
 use ProxyManager\GeneratorStrategy\FileWriterGeneratorStrategy;
15
-use ProxyManager\ProxyGenerator\ProxyGeneratorInterface;
16 15
 
17 16
 /**
18 17
  * Tests for {@see \ProxyManager\GeneratorStrategy\FileWriterGeneratorStrategy}
Please login to merge, or discard this patch.