Skip to content
Snippets Groups Projects
Commit ee4692e5 authored by Gábor Hojtsy's avatar Gábor Hojtsy
Browse files

Issue #3029697 by catch, alexpott: [Symfony 4] Exception: Notice: A non well...

Issue #3029697 by catch, alexpott: [Symfony 4] Exception: Notice: A non well formed numeric value encountered
parent 73d9d9b7
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -15,7 +15,7 @@ class RenderAttachedTestController {
*/
public function teapotHeaderStatus() {
$render = [];
$render['#attached']['http_header'][] = ['Status', "418 I'm a teapot."];
$render['#attached']['http_header'][] = ['Status', 418];
return $render;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment