Skip to content

Commit 0fb2b74

Browse files
Final
1 parent b75e752 commit 0fb2b74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Translation/StaticMessage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
use Symfony\Contracts\Translation\TranslatableInterface;
1515
use Symfony\Contracts\Translation\TranslatorInterface;
1616

17-
class StaticMessage implements TranslatableInterface
17+
final class StaticMessage implements TranslatableInterface
1818
{
1919
public function __construct(
2020
private string $message,

0 commit comments

Comments
 (0)