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

Commit d58eefb

Browse files
committed
Merge pull request #31 from Maks3w/revert-zf2-2304
Remove array type for input on InputFilterInterface::add()
2 parents bded51b + 8d7b186 commit d58eefb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/InputFilterInterface.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ interface InputFilterInterface extends Countable
1919
/**
2020
* Add an input to the input filter
2121
*
22-
* @param InputInterface|InputFilterInterface|array $input
22+
* @param InputInterface|InputFilterInterface $input
2323
* @param null|string $name Name used to retrieve this input
2424
* @return InputFilterInterface
2525
*/

0 commit comments

Comments
 (0)