From 7c338de4127561553b295bceefd82377c9f8a1ac Mon Sep 17 00:00:00 2001 From: Gerard van Helden Date: Sat, 21 Jan 2012 00:01:42 +0100 Subject: [PATCH] changed docs as proposed in #3110 --- src/Symfony/Component/Config/Definition/VariableNode.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Symfony/Component/Config/Definition/VariableNode.php b/src/Symfony/Component/Config/Definition/VariableNode.php index 87d2f9662d..69dfea6d87 100644 --- a/src/Symfony/Component/Config/Definition/VariableNode.php +++ b/src/Symfony/Component/Config/Definition/VariableNode.php @@ -14,9 +14,9 @@ namespace Symfony\Component\Config\Definition; use Symfony\Component\Config\Definition\Exception\InvalidConfigurationException; /** - * This node represents a variable value in the config tree. + * This node represents a value of variable type in the config tree. * - * This node is intended for arbitrary variables. + * This node is intended for values of arbitrary type. * Any PHP type is accepted as a value. * * @author Jeremy Mikola