8000
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 9b8225e commit 75794f4Copy full SHA for 75794f4
UPGRADE-5.3.md
@@ -23,6 +23,11 @@ HttpKernel
23
24
* Marked the class `Symfony\Component\HttpKernel\EventListener\DebugHandlersListener` as internal
25
26
+Notifier
27
+-------
28
+
29
+* Changed the return type of `Symfony\Component\Notifier\Transport\AbstractTransportFactory::getEndpoint()` from `?string` to `string`
30
31
PhpunitBridge
32
-------------
33
src/Symfony/Component/Notifier/CHANGELOG.md
@@ -4,7 +4,7 @@ CHANGELOG
4
5.3.0
5
-----
6
7
-* [BC BREAK] Changed the return type of `AbstractTransportFactory::getEndpoint()` from `?string` to `string
+* [BC BREAK] Changed the return type of `AbstractTransportFactory::getEndpoint()` from `?string` to `string`
8
9
5.2.0
10
0 commit comments