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

Commit 00dfd49

Browse files
committed
Merge branch 'hotfix/56' into develop
Forward port #56
2 parents 8a1d9d0 + 59abe6a commit 00dfd49

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

test/ArrayInputTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
use Zend\Filter;
1414
use Zend\InputFilter\ArrayInput;
1515
use Zend\InputFilter\Exception\InvalidArgumentException;
16-
use Zend\InputFilter\Input;
1716
use Zend\Validator;
1817

1918
/**

test/InputTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ public function mixedValueProvider()
671671
}
672672

673673
/**
674-
* @return InputInterface|MockObject|
674+
* @return InputInterface|MockObject
675675
*/
676676
protected function createInputInterfaceMock()
677677
{
@@ -695,7 +695,7 @@ protected function createFilterChainMock()
695695
/**
696696
* @param null|bool $isValid If set stub isValid method for return the argument value.
697697
*
698-
* @return MockObject|ValidatorChain
698+
* @return ValidatorChain|MockObject
699699
*/
700700
protected function createValidatorChainMock($isValid = null)
701701
{

0 commit comments

Comments
 (0)