Skip to content

Commit 8c06ed0

Browse files
committed
Make HTML non-final
1 parent 5896255 commit 8c06ed0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Html.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* You can specify, for example, `class`, `style` or `id` for an HTML element using the `$options` parameter. See the
2323
* documentation of the {@see tag()} method for more details.
2424
*/
25-
final class Html
25+
class Html
2626
{
2727
/**
2828
* Regular expression used for attribute name validation.

0 commit comments

Comments
 (0)