Skip to content

Commit 8acaa40

Browse files
committed
minor #11746 [OptionsResolver] Minor reword in the description (javiereguiluz)
This PR was merged into the 3.4 branch. Discussion ---------- [OptionsResolver] Minor reword in the description I never liked the *"on steroids"* idiom, so I propose to replace it. Commits ------- d0f9bfa [OptionsResolver] Minor reword in the description
2 parents 790468f + d0f9bfa commit 8acaa40

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

components/options_resolver.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
The OptionsResolver Component
66
=============================
77

8-
The OptionsResolver component is :phpfunction:`array_replace` on steroids.
9-
It allows you to create an options system with required options, defaults,
10-
validation (type, value), normalization and more.
8+
The OptionsResolver component is an improved replacement for the
9+
:phpfunction:`array_replace` PHP function. It allows you to create an
10+
options system with required options, defaults, validation (type, value),
11+
normalization and more.
1112

1213
Installation
1314
------------

0 commit comments

Comments
 (0)