Skip to content

Commit

Permalink
Update stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
phpstan-bot committed Nov 13, 2024
1 parent 34c6f72 commit 25ba0a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/ext/reflection/ReflectionClass.php
Original file line number Diff line number Diff line change
Expand Up @@ -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')]
Expand Down

0 comments on commit 25ba0a1

Please sign in to comment.