Completed
Pull Request — master (#425)
by Marco
08:16
created
tests/ProxyManagerTest/Functional/LazyLoadingGhostFunctionalTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -704,6 +704,9 @@
 block discarded – undo
704 704
         return $generatedClassName;
705 705
     }
706 706
 
707
+    /**
708
+     * @param \PHPUnit\Framework\MockObject\MockObject $initializerMatcher
709
+     */
707 710
     private function createInitializer(string $className, object $realInstance, ?Mock $initializerMatcher = null) : callable
708 711
     {
709 712
         /** @var callable|Mock $initializerMatcher */
Please login to merge, or discard this patch.