浏览代码

[Config][VariableNode] Tweak the code

Victor Berchet 14 年之前
父节点
当前提交
6c9e48fd8f
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/Symfony/Component/Config/Definition/VariableNode.php

+ 0 - 1
src/Symfony/Component/Config/Definition/VariableNode.php

@@ -75,7 +75,6 @@ class VariableNode extends BaseNode implements PrototypeNodeInterface
      */
     protected function validateType($value)
     {
-        return true;
     }
 
     /**