Browse Source

Update signature of NullContext::val().

ADmad 10 years ago
parent
commit
edbb31952f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/View/Form/NullContext.php

+ 1 - 1
src/View/Form/NullContext.php

@@ -70,7 +70,7 @@ class NullContext implements ContextInterface
     /**
      * {@inheritDoc}
      */
-    public function val($field)
+    public function val($field, $options = [])
     {
         return $this->_request->data($field);
     }