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