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

Hotfix/minor changes #56

Merged
merged 2 commits into from
Sep 3, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion test/ArrayInputTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
use Zend\Filter;
use Zend\InputFilter\ArrayInput;
use Zend\InputFilter\Exception\InvalidArgumentException;
use Zend\InputFilter\Input;
use Zend\Validator;

/**
Expand Down
4 changes: 2 additions & 2 deletions test/InputTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ public function mixedValueProvider()
}

/**
* @return InputInterface|MockObject|
* @return InputInterface|MockObject
*/
protected function createInputInterfaceMock()
{
Expand All @@ -695,7 +695,7 @@ protected function createFilterChainMock()
/**
* @param null|bool $isValid If set stub isValid method for return the argument value.
*
* @return MockObject|ValidatorChain
* @return ValidatorChain|MockObject
*/
protected function createValidatorChainMock($isValid = null)
{
Expand Down