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.
2 parents 3ecd73c + b587e55 commit e43ff05Copy full SHA for e43ff05
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