Skip to content

Commit d2d39fa

Browse files
committed
Merge branch '5.4' into 6.2
* 5.4: fix test [Response] `getMaxAge()` returns non-negative integer
2 parents 1e08984 + 51374a6 commit d2d39fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/ErrorRenderer/HtmlErrorRendererTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public function getRenderData(): iterable
3737

3838
$expectedNonDebug = <<<HTML
3939
<!DOCTYPE html>
40-
<html>
40+
<html lang="en">
4141
%A<title>An Error Occurred: Internal Server Error</title>
4242
%A<h2>The server returned a "500 Internal Server Error".</h2>%A
4343
HTML;

0 commit comments

Comments
 (0)