diff --git a/stubs/ext/reflection/ReflectionClass.php b/stubs/ext/reflection/ReflectionClass.php index 1bb6834..b521750 100644 --- a/stubs/ext/reflection/ReflectionClass.php +++ b/stubs/ext/reflection/ReflectionClass.php @@ -285,7 +285,7 @@ public function newLazyProxy(callable $factory, int $options = 0): object { } #[\Since('8.4')] - public function resetAsLazyGhost(object $object, callable $factory, int $options = 0): void + public function resetAsLazyGhost(object $object, callable $initializer, int $options = 0): void { } #[\Since('8.4')]