Skip to content

Commit 03eeac9

Browse files
committed
[phpstorm-stubs] WI-80942 Add generic type return annotation for ReflectionClass::newLazyProxy
1 parent def1c15 commit 03eeac9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Reflection/ReflectionClass.php

+1
Original file line numberDiff line numberDiff line change
@@ -705,6 +705,7 @@ public function isEnum(): bool {}
705705
public function newLazyGhost(callable $initializer, int $options = 0): object {}
706706

707707
/**
708+
* @return T
708709
* @since 8.4
709710
*/
710711
public function newLazyProxy(callable $factory, int $options = 0): object {}

0 commit comments

Comments
 (0)