Преглед изворни кода

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