Skip to content

Commit 96981a8

Browse files
committed
minor #18592 [OptionsResolver] Fix indentation (alexandre-daubois)
This PR was merged into the 5.4 branch. Discussion ---------- [OptionsResolver] Fix indentation <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases 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 `6.x` for features of unreleased versions). --> Commits ------- 9252965 [OptionsResolver] Fix indentation
2 parents 60c277d + 9252965 commit 96981a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/options_resolver.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -951,8 +951,8 @@ Getting More Insights
951951
Use the ``OptionsResolverIntrospector`` to inspect the options definitions
952952
inside an ``OptionsResolver`` instance::
953953

954-
use Symfony\Component\OptionsResolver\Debug\OptionsResolverIntrospector;
955-
use Symfony\Component\OptionsResolver\OptionsResolver;
954+
use Symfony\Component\OptionsResolver\Debug\OptionsResolverIntrospector;
955+
use Symfony\Component\OptionsResolver\OptionsResolver;
956956

957957
$resolver = new OptionsResolver();
958958
$resolver->setDefaults([

0 commit comments

Comments
 (0)