Skip to content

Commit d8f8290

Browse files
committed
Update stubs
1 parent 8b29105 commit d8f8290

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stubs/ext/standard/ob_start.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
/* main/output.c */
44
/** @param callable $callback */
5-
#[\Until('8.4')]
5+
#[\Until('8.3')]
66
function ob_start($callback = null, int $chunk_size = 0, int $flags = PHP_OUTPUT_HANDLER_STDFLAGS): bool
77
{
88
}
99
/* main/output.c */
1010
/** @param callable|null $callback */
11-
#[\Since('8.4')]
11+
#[\Since('8.3')]
1212
function ob_start($callback = null, int $chunk_size = 0, int $flags = PHP_OUTPUT_HANDLER_STDFLAGS): bool
1313
{
1414
}

0 commit comments

Comments
 (0)