Commit 8fbb3cc
committed
minor #14315 Fix typo on mailer doc (decima)
This PR was merged into the master branch.
Discussion
----------
Fix typo on mailer doc
This is the signature of the constructor:
```php
public function __construct(string $pk, string $domainName, string $selector, array $defaultOptions = [], string $passphrase = '')
```
<!--
If your pull request fixes a BUG, use the oldest maintained branch that contains
the bug (see https://symfony.com/releases for the list of maintained branches).
If your pull request documents a NEW FEATURE, use the same Symfony branch where
the feature was introduced (and `master` for features of unreleased versions).
-->
Commits
-------
9fcc215 Update mailer.rst1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
841 | 841 | | |
842 | 842 | | |
843 | 843 | | |
844 | | - | |
| 844 | + | |
845 | 845 | | |
846 | 846 | | |
847 | 847 | | |
| |||
0 commit comments