Skip to content

Commit a1e5aaa

Browse files
razvbirsamdark
andauthored
Update src/Tag/Base/NormalTag.php
Co-authored-by: Alexander Makarov <sam@rmcreative.ru>
1 parent 52e7923 commit a1e5aaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tag/Base/NormalTag.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ abstract class NormalTag extends Tag
1313
{
1414
final public function __construct() {}
1515

16-
#[Deprecated('use the constructor instead')]
16+
#[Deprecated('Use the constructor instead.')]
1717
final public static function tag(): static
1818
{
1919
return new static();

0 commit comments

Comments
 (0)