Skip to content

Commit

Permalink
[phpstorm-stubs] mark ob_get_contents as pure but depending on global…
Browse files Browse the repository at this point in the history
… scope
  • Loading branch information
isfedorov committed Oct 19, 2021
1 parent dcb9cd4 commit c790a8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions standard/standard_8.php
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@ function ob_get_status(bool $full_status = false): array {}
* @return string|false This will return the contents of the output buffer or false, if output
* buffering isn't active.
*/
#[Pure(true)]
function ob_get_contents(): string|false {}

/**
Expand Down

0 comments on commit c790a8f

Please sign in to comment.