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

Commit 394affe

Browse files
committed
Minor changes in docblock
1 parent 7c168d7 commit 394affe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)