[Config][VariableNode] Tweak the code

This commit is contained in:
Victor Berchet 2011-02-28 10:47:57 +01:00
parent 687c4dfeb1
commit 6c9e48fd8f

View File

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