File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -845,8 +845,9 @@ and before normalizing it when the option is being resolved.
845
845
Ignore not defined Options
846
846
~~~~~~~~~~~~~~~~~~~~~~~~~~
847
847
848
- By default, all options are resolved, validated and an :class: `Symfony\\ Component\\ OptionsResolver\\ Exception\\ UndefinedOptionsException `
849
- is thrown if an unknown option is passed. You can ignore not defined options by using the
848
+ By default, all options are resolved and validated, resulting in a
849
+ :class: `Symfony\\ Component\\ OptionsResolver\\ Exception\\ UndefinedOptionsException `
850
+ if an unknown option is passed. You can ignore not defined options by using the
850
851
:method: `Symfony\\ Component\\ OptionsResolver\\ OptionsResolver::ignoreUndefined ` method::
851
852
852
853
// ...
@@ -863,7 +864,7 @@ is thrown if an unknown option is passed. You can ignore not defined options by
863
864
864
865
.. versionadded :: 6.3
865
866
866
- The ``ignoreUndefined `` method was introduced in Symfony 6.3.
867
+ The ``ignoreUndefined() `` method was introduced in Symfony 6.3.
867
868
868
869
Chaining Option Configurations
869
870
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments