8000 Apply some suggestions from code review · symfony/symfony@cd47767 · GitHub
[go: up one dir, main page]

Skip to content

Commit cd47767

Browse files
chii0815xabbuh
andcommitted
Apply some suggestions from code review
Co-authored-by: Christian Flothmann <christian.flothmann@gmail.com>
1 parent 9ebca1d commit cd47767

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Symfony/Component/Notifier/Bridge/Matrix/Exception/UnsupportedRecipientTypeException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ public function __construct(string $transport, string $given)
2323
$given
2424
);
2525

26-
parent::__construct($message);
26+
parent::__construct(\sprintf('Only recipients starting with "!","@","#" are supported ("%s" given).', $given));
2727
}
2828
}

src/Symfony/Component/Notifier/Bridge/Matrix/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"require": {
1919
"php": ">=8.2",
2020
"ext-mbstring": "*",
21-
"symfony/notifier": "^7.2",
21+
"symfony/notifier": "^7.3",
2222
"symfony/uid": "^7.2",
2323
"symfony/http-client": "^6.4|^7.0"
2424
},

0 commit comments

Comments
 (0)
0