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