From d0f9bfa3d747457ed0f8f09269df279cbb64b7a0 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Fri, 14 Jun 2019 08:53:58 +0200 Subject: [PATCH] [OptionsResolver] Minor reword in the description --- components/options_resolver.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/components/options_resolver.rst b/components/options_resolver.rst index 29a31c60809..9fd02f3741c 100644 --- a/components/options_resolver.rst +++ b/components/options_resolver.rst @@ -5,9 +5,10 @@ The OptionsResolver Component ============================= - The OptionsResolver component is :phpfunction:`array_replace` on steroids. - It allows you to create an options system with required options, defaults, - validation (type, value), normalization and more. + The OptionsResolver component is an improved replacement for the + :phpfunction:`array_replace` PHP function. It allows you to create an + options system with required options, defaults, validation (type, value), + normalization and more. Installation ------------