diff --git a/src/BaseInputFilter.php b/src/BaseInputFilter.php index 0348a9d6..ea422b1b 100644 --- a/src/BaseInputFilter.php +++ b/src/BaseInputFilter.php @@ -18,7 +18,10 @@ * @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(); diff --git a/src/Input.php b/src/Input.php index ca7688f5..a0436498 100644 --- a/src/Input.php +++ b/src/Input.php @@ -13,7 +13,9 @@ use Zend\Validator\NotEmpty; use Zend\Validator\ValidatorChain; -class Input implements InputInterface, EmptyContextInterface +class Input implements + InputInterface, + EmptyContextInterface { /** * @var bool