소스 검색

changed docs as proposed in #3110

Gerard van Helden 13 년 전
부모
커밋
7c338de412
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/Symfony/Component/Config/Definition/VariableNode.php

+ 2 - 2
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 <jmikola@gmail.com>