Преглед на файлове

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