Skip to content

Commit d0f9bfa

Browse files
committed
[OptionsResolver] Minor reword in the description
1 parent c5865ca commit d0f9bfa

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)