File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -945,12 +945,11 @@ method ``clearOptionsConfig()`` and call it periodically::
945945That's it! You now have all the tools and knowledge needed to process
946946options 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-
You can’t perform that action at this time.
0 commit comments