Skip to content

Commit b2822bd

Browse files
committed
Update core.stub
1 parent 8119947 commit b2822bd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

stubs/core.stub

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,3 +352,8 @@ function spl_autoload_register(?callable $callback = null, bool $throw = true, b
352352
* @param-later-invoked-callable $callback
353353
*/
354354
function register_shutdown_function(callable $callback, mixed ...$args): void {}
355+
356+
/**
357+
* @param-later-invoked-callable $callback
358+
*/
359+
function header_register_callback(callable $callback): bool {}

0 commit comments

Comments
 (0)