We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b10b223 commit 59ef7c8Copy full SHA for 59ef7c8
src/Symfony/Component/Notifier/CHANGELOG.md
@@ -9,7 +9,7 @@ CHANGELOG
9
`public function __construct(string $scheme, string $host, ?string $user = null, ?string $password = null, ?int $port = null, array $options = [], ?string $path = null)`
10
to:
11
`public function __construct(string $dsn)`
12
- * [BC BREAK] Removed `Dsn::fromString()` method
+ * [BC BREAK] Remove `Dsn::fromString()` method
13
* [BC BREAK] Changed the return type of `AbstractTransportFactory::getEndpoint()` from `?string` to `string`
14
* Added `DSN::getRequiredOption` method which throws a new `MissingRequiredOptionException`.
15
0 commit comments