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 a218ba0 commit b217c93Copy full SHA for b217c93
src/Symfony/Component/Translation/TranslatableMessage.php
@@ -28,8 +28,6 @@ public function __construct(
28
29
public function __toString(): string
30
{
31
- throw new \LogicException('debug');
32
-
33
trigger_deprecation('symfony/translation', '7.4', 'Calling "%s()" is deprecated.', __METHOD__);
34
35
return $this->getMessage();
0 commit comments