8000 minor #18270 [OptionsResolver] Minor typo (ThomasLandauer) · symfony/symfony-docs@f0ce5f5 · GitHub
[go: up one dir, main page]

Skip to content

Commit f0ce5f5

Browse files
committed
minor #18270 [OptionsResolver] Minor typo (ThomasLandauer)
This PR was merged into the 5.4 branch. Discussion ---------- [OptionsResolver] Minor typo Page: https://symfony.com/doc/5.4/components/options_resolver.html The real issue is #18271 - this here is just a by-product. Commits ------- cde41e8 Minor typo
2 parents ec6e76f + cde41e8 commit f0ce5f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/options_resolver.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ check which options are set::
5151
}
5252

5353
Also, the default values of the options are buried in the business logic of your
54-
code. Use the :phpfunction:`array_replace` to fix that::
54+
code. Use :phpfunction:`array_replace` to fix that::
5555

5656
class Mailer
5757
{

0 commit comments

Comments
 (0)
0