Skip to content

Commit

Permalink
Leave only default values
Browse files Browse the repository at this point in the history
  • Loading branch information
xepozz authored and LolGleb committed Feb 28, 2024
1 parent e36ddd7 commit b9c135d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion standard/standard_4.php
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@ function header_remove(?string $name = null): void {}
* @return bool headers_sent will return false if no HTTP headers
* have already been sent or true otherwise.
*/
function headers_sent(string &$filename = null, int &$line = null): bool {}
function headers_sent(&$filename = null, &$line = null): bool {}

/**
* Returns a list of response headers sent (or ready to send)
Expand Down

0 comments on commit b9c135d

Please sign in to comment.