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 bfceeb9 commit 60eeca0Copy full SHA for 60eeca0
components/options_resolver.rst
@@ -85,10 +85,8 @@ options are buried in the business logic of your code. Use the
85
}
86
87
88
-Now all four options are guaranteed to be set. But what happens if the user of
89
-the ``Mailer`` class makes a mistake?
90
-
91
-.. code-block:: php
+Now all four options are guaranteed to be set. Consider the user of the
+``Mailer`` class makes a mistake::
92
93
$mailer = new Mailer([
94
'usernme' => 'johndoe', // usernme misspelled (instead of username)
0 commit comments