@@ -705,6 +705,9 @@ |
||
| 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 | { |