Skip to content

Commit

Permalink
Merge branch '6.0' into 6
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 12, 2024
2 parents c1c8a68 + 574ce20 commit 53b3af4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/php/View/Embed/MockResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ public function getHeader($name): array

public function getHeaderLine($name): string
{
if (strtolower($name) === 'content-type') {
return 'text/html; charset=utf-8';
}
return '';
}

Expand Down

0 comments on commit 53b3af4

Please sign in to comment.