We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b75e752 commit 0fb2b74Copy full SHA for 0fb2b74
src/Symfony/Component/Translation/StaticMessage.php
@@ -14,7 +14,7 @@
14
use Symfony\Contracts\Translation\TranslatableInterface;
15
use Symfony\Contracts\Translation\TranslatorInterface;
16
17
-class StaticMessage implements TranslatableInterface
+final class StaticMessage implements TranslatableInterface
18
{
19
public function __construct(
20
private string $message,
0 commit comments