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

Commit 93b9bd0

Browse files
committed
Change docblock to allow array
1 parent 0be6691 commit 93b9bd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

InputFilterInterface.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ interface InputFilterInterface extends Countable
2323
/**
2424
* Add an input to the input filter
2525
*
26-
* @param InputInterface|InputFilterInterface $input
26+
* @param InputInterface|InputFilterInterface|array $input
2727
* @param null|string $name Name used to retrieve this input
2828
* @return InputFilterInterface
2929
*/

0 commit comments

Comments
 (0)