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::
945
945
That's it! You now have all the tools and knowledge needed to process
946
946
options in your code.
947
947
948
- Get More Insights
949
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
948
+ Getting More Insights
949
+ ~~~~~~~~~~~~~~~~~~~~~
950
950
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::
954
953
955
954
use Symfony\Component\OptionsResolver\Debug\OptionsResolverIntrospector;
956
955
use Symfony\Component\OptionsResolver\OptionsResolver;
@@ -963,5 +962,3 @@ method::
963
962
964
963
$introspector = new OptionsResolverIntrospector($resolver);
965
964
$introspector->getDefault('host'); // Retrieves "smtp.example.org"
966
-
967
-
You can’t perform that action at this time.
0 commit comments