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

Remove array type for input on InputFilterInterface::add() #31

Merged
merged 1 commit into from
Aug 26, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/InputFilterInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ interface InputFilterInterface extends Countable
/**
* Add an input to the input filter
*
* @param InputInterface|InputFilterInterface|array $input
* @param InputInterface|InputFilterInterface $input
* @param null|string $name Name used to retrieve this input
* @return InputFilterInterface
*/
Expand Down