Skip to content

Commit fed9cf6

Browse files
haszikocsismate
haszi
authored andcommitted
Mark ob_start callback parameter nullable
1 parent 5e34bb8 commit fed9cf6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ext/standard/basic_functions.stub.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1533,7 +1533,7 @@ function header_register_callback(callable $callback): bool {}
15331533

15341534
/* main/output.c */
15351535

1536-
/** @param callable $callback */
1536+
/** @param callable|null $callback */
15371537
function ob_start($callback = null, int $chunk_size = 0, int $flags = PHP_OUTPUT_HANDLER_STDFLAGS): bool {}
15381538

15391539
function ob_flush(): bool {}

ext/standard/basic_functions_arginfo.h

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)