Skip to content

Commit

Permalink
Merge pull request #82 from joanhey/joanhey-patch-1
Browse files Browse the repository at this point in the history
Update AdapterFunctions.php
  • Loading branch information
joanhey authored Sep 30, 2024
2 parents ef4642a + a72cbc5 commit a7c6159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/functions/AdapterFunctions.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ function set_time_limit(int $seconds): bool
*
* @return bool Always false with Adapterman
*/
function headers_sent(string &$filename = null, int &$line = null): bool
function headers_sent(?string &$filename = null, ?int &$line = null): bool
{
return false;
}
Expand Down

0 comments on commit a7c6159

Please sign in to comment.