Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ext/reflection/php_reflection.stub.php
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ public function newLazyGhost(callable $initializer, int $options = 0): object {}

public function newLazyProxy(callable $factory, int $options = 0): object {}

public function resetAsLazyGhost(object $object, callable $factory, int $options = 0): void {}
public function resetAsLazyGhost(object $object, callable $initializer, int $options = 0): void {}

public function resetAsLazyProxy(object $object, callable $factory, int $options = 0): void {}

Expand Down
10 changes: 7 additions & 3 deletions ext/reflection/php_reflection_arginfo.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.