Skip to content

Commit 59ef7c8

Browse files
committed
Fix
1 parent b10b223 commit 59ef7c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Notifier/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ CHANGELOG
99
`public function __construct(string $scheme, string $host, ?string $user = null, ?string $password = null, ?int $port = null, array $options = [], ?string $path = null)`
1010
to:
1111
`public function __construct(string $dsn)`
12-
* [BC BREAK] Removed `Dsn::fromString()` method
12+
* [BC BREAK] Remove `Dsn::fromString()` method
1313
* [BC BREAK] Changed the return type of `AbstractTransportFactory::getEndpoint()` from `?string` to `string`
1414
* Added `DSN::getRequiredOption` method which throws a new `MissingRequiredOptionException`.
1515

0 commit comments

Comments
 (0)