Skip to content

Commit ad6e24a

Browse files
committed
Minor tweaks
1 parent 5cf9008 commit ad6e24a

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

components/options_resolver.rst

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -945,12 +945,11 @@ method ``clearOptionsConfig()`` and call it periodically::
945945
That's it! You now have all the tools and knowledge needed to process
946946
options in your code.
947947

948-
Get More Insights
949-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
948+
Getting More Insights
949+
~~~~~~~~~~~~~~~~~~~~~
950950

951-
The `OptionsResolverIntrospector` inspect options definitions inside an `OptionsResolver` instance.
952-
953-
method::
951+
Use the ``OptionsResolverIntrospector`` to inspect the options definitions
952+
inside an ``OptionsResolver`` instance::
954953

955954
use Symfony\Component\OptionsResolver\Debug\OptionsResolverIntrospector;
956955
use Symfony\Component\OptionsResolver\OptionsResolver;
@@ -963,5 +962,3 @@ method::
963962

964963
$introspector = new OptionsResolverIntrospector($resolver);
965964
$introspector->getDefault('host'); // Retrieves "smtp.example.org"
966-
967-

0 commit comments

Comments
 (0)