Skip to content

Commit 8fa4735

Browse files
committed
Change docblock to allow array
1 parent aa811a5 commit 8fa4735

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
@@ -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)