Skip to content

Commit

Permalink
Update signature of NullContext::val().
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Apr 30, 2016
1 parent e84a83d commit edbb319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/View/Form/NullContext.php
Expand Up @@ -70,7 +70,7 @@ public function isCreate()
/**
* {@inheritDoc}
*/
public function val($field)
public function val($field, $options = [])
{
return $this->_request->data($field);
}
Expand Down

0 comments on commit edbb319

Please sign in to comment.