Skip to content

Commit d11ab42

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

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
@@ -357,3 +357,8 @@ function register_shutdown_function(callable $callback, mixed ...$args): void {}
357357
* @param-later-invoked-callable $callback
358358
*/
359359
function header_register_callback(callable $callback): bool {}
360+
361+
/**
362+
* @param-later-invoked-callable $callback
363+
*/
364+
function register_tick_function(callable $callback, mixed ...$args): bool {}

0 commit comments

Comments
 (0)