8000 [OptionsResolver] Typo · symfony/symfony-docs@abeaf36 · GitHub
[go: up one dir, main page]

Skip to content

Commit abeaf36

Browse files
[OptionsResolver] Typo
1 parent 0f535b7 commit abeaf36

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