소스 검색

[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;
     }
 
     /**