Skip to content

Commit c790a8f

Browse files
committed
[phpstorm-stubs] mark ob_get_contents as pure but depending on global scope
1 parent dcb9cd4 commit c790a8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

standard/standard_8.php

+1
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,7 @@ function ob_get_status(bool $full_status = false): array {}
352352
* @return string|false This will return the contents of the output buffer or false, if output
353353
* buffering isn't active.
354354
*/
355+
#[Pure(true)]
355356
function ob_get_contents(): string|false {}
356357

357358
/**

0 commit comments

Comments
 (0)