Explorar el Código

[Config][VariableNode] Tweak the code

Victor Berchet hace 14 años
padre
commit
6c9e48fd8f
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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;
     }
 
     /**