You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Symfony/Component/Notifier/Bridge/Matrix/Exception/UnsupportesMsgTypeByAPIException.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,6 @@ class UnsupportesMsgTypeByAPIException extends LogicException
18
18
{
19
19
publicfunction__construct(string$given)
20
20
{
21
-
parent::__construct(\sprintf('Unsupported message type: "%s". Only %s are supported by Matrix Synapse Client-Server API v3', $given, implode(', ',MatrixTransport::SUPPORTED_MSG_TYPES_BY_API)));
21
+
parent::__construct(\sprintf('Unsupported message type: "%s". Only %s are supported by Matrix Synapse Client-Server API v3', $given, implode(', ',MatrixTransport::SUPPORTED_MSG_TYPES_BY_API)));
0 commit comments