8000 minor #18562 [OptionsResolver] Typo (alexandre-daubois) · symfony/symfony-docs@b587e55 · GitHub
[go: up one dir, main page]

Skip to content

Commit b587e55

Browse files
committed
minor #18562 [OptionsResolver] Typo (alexandre-daubois)
This PR was merged into the 6.2 branch. Discussion ---------- [OptionsResolver] Typo Introduced in #18556, my bad 😶 Commits ------- abeaf36 [OptionsResolver] Typo
2 parents 611f782 + abeaf36 commit b587e55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/options_resolver.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ be included in the resolved options if it was actually passed to
579579
}
580580

581581
// ...
582-
public function sendMail(string from, string $to): void
582+
public function sendMail(string $from, string $to): void
583583
{
584584
if (array_key_exists('port', $this->options)) {
585585
echo 'Set!';

0 commit comments

Comments
 (0)
0