Skip to content

Commit 60eeca0

Browse files
committed
use :: instead of .. code-block:: php
1 parent bfceeb9 commit 60eeca0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

components/options_resolver.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,8 @@ options are buried in the business logic of your code. Use the
8585
}
8686
}
8787

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
88+
Now all four options are guaranteed to be set. Consider the user of the
89+
``Mailer`` class makes a mistake::
9290

9391
$mailer = new Mailer([
9492
'usernme' => 'johndoe', // usernme misspelled (instead of username)

0 commit comments

Comments
 (0)