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

Commit 82515d7

Browse files
committed
Fix exception name
1 parent 5587a69 commit 82515d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/InputFilterInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ interface InputFilterInterface extends Countable
2424
* raise an exception for any they cannot process.
2525
* @param null|string $name Name used to retrieve this input
2626
* @return InputFilterInterface
27-
* @throws Exception\InvalidArgumentInterface if unable to handle the input type.
27+
* @throws Exception\InvalidArgumentException if unable to handle the input type.
2828
*/
2929
public function add($input, $name = null);
3030

0 commit comments

Comments
 (0)