Skip to content

Commit d0ea95c

Browse files
authored
Merge pull request #506 from adambalint-srg/dev-deprecate-interpolation
Remove deprecated interpolation in functions.php
2 parents 17b892c + 7c4c38b commit d0ea95c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ function html(string $tagName, array $attributes, string $content = null): strin
3333
}
3434

3535
if ($tagName === 'img') {
36-
return "${html} />";
36+
return "$html />";
3737
}
3838

3939
return "{$html}>{$content}</{$tagName}>";

0 commit comments

Comments
 (0)