Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Resolved merge conflicts from commit 83ba3cf
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz authored and Mike Willbanks committed Jun 20, 2013
1 parent 4e70e6c commit 2791c44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 1 addition & 4 deletions src/BaseInputFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@
* @todo How should we deal with required input when data is missing?
* should a message be returned? if so, what message?
*/
class BaseInputFilter implements
InputFilterInterface,
UnknownInputsCapableInterface,
InitializableInterface
class BaseInputFilter implements InputFilterInterface, UnknownInputsCapableInterface, InitializableInterface
{
protected $data;
protected $inputs = array();
Expand Down
4 changes: 1 addition & 3 deletions src/Input.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@
use Zend\Validator\NotEmpty;
use Zend\Validator\ValidatorChain;

class Input implements
InputInterface,
EmptyContextInterface
class Input implements InputInterface, EmptyContextInterface
{
/**
* @var bool
Expand Down

0 comments on commit 2791c44

Please sign in to comment.