Skip to content

Commit 25ba0a1

Browse files
committed
Update stubs
1 parent 34c6f72 commit 25ba0a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/ext/reflection/ReflectionClass.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ public function newLazyProxy(callable $factory, int $options = 0): object
285285
{
286286
}
287287
#[\Since('8.4')]
288-
public function resetAsLazyGhost(object $object, callable $factory, int $options = 0): void
288+
public function resetAsLazyGhost(object $object, callable $initializer, int $options = 0): void
289289
{
290290
}
291291
#[\Since('8.4')]

0 commit comments

Comments
 (0)