We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ec7a635 + de81db8 commit 463692dCopy full SHA for 463692d
src/functions.php
@@ -18,7 +18,7 @@ function clean(string $value, bool $allowHTML = false): ?string
18
return $value === '' ? null : $value;
19
}
20
21
-function html(string $tagName, array $attributes, string $content = null): string
+function html(string $tagName, array $attributes, ?string $content = null): string
22
{
23
$html = "<{$tagName}";
24
0 commit comments