Skip to content

Commit 46632c9

Browse files
committed
minor #11153 use :: instead of .. code-block:: php (OskarStark)
This PR was merged into the 3.4 branch. Discussion ---------- use :: instead of .. code-block:: php <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 60eeca0 use :: instead of .. code-block:: php
2 parents c86a514 + 60eeca0 commit 46632c9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

components/options_resolver.rst

+2-4
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)