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

Fix: Add missing throws tags #6164

Merged

Conversation

localheinz
Copy link
Member

This PR adds a few missing @throws tags in the Zend\InputFilter namespace.

@@ -331,6 +332,8 @@ public function createInputFilter($inputFilterSpecification)
/**
* @param FilterChain $chain
* @param array|Traversable $filters
* @throws Exception\InvalidArgumentException
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where this exception is thrown?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It bubbles up from Filter\FilterChain::attach().

@Maks3w Maks3w added this to the 2.3.2 milestone Apr 22, 2014
@localheinz
Copy link
Member Author

@Maks3w

Updated!

Maks3w added a commit that referenced this pull request Apr 23, 2014
Maks3w added a commit that referenced this pull request Apr 23, 2014
@Maks3w Maks3w merged commit fe1d345 into zendframework:master Apr 23, 2014
Maks3w added a commit that referenced this pull request Apr 23, 2014
@localheinz localheinz deleted the bugfixes/add-missing-throws-tags branch April 23, 2014 21:07
gianarb pushed a commit to zendframework/zend-inputfilter that referenced this pull request May 15, 2015
gianarb pushed a commit to zendframework/zend-inputfilter that referenced this pull request May 15, 2015
gianarb pushed a commit to zendframework/zend-inputfilter that referenced this pull request May 15, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants