We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f535b7 commit abeaf36Copy full SHA for abeaf36
components/options_resolver.rst
@@ -579,7 +579,7 @@ be included in the resolved options if it was actually passed to
579
}
580
581
// ...
582
- public function sendMail(string from, string $to): void
+ public function sendMail(string $from, string $to): void
583
{
584
if (array_key_exists('port', $this->options)) {
585
echo 'Set!';
0 commit comments