Skip to content

Commit

Permalink
Add missing @throws tag in AbstractHtmlInputNodeProcessorListener
Browse files Browse the repository at this point in the history
  • Loading branch information
Gravatronics committed Jan 29, 2017
1 parent e026129 commit 867b032
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ protected function replaceLinksWithBBCode(HtmlInputNodeProcessor $processor, Reg
* @param HtmlInputNodeProcessor $processor
* @param Regex $regex
* @param ITitledObject[] $objects
* @throws ImplementationException
*/
protected function setObjectTitles(HtmlInputNodeProcessor $processor, Regex $regex, array $objects) {
foreach ($processor->getDocument()->getElementsByTagName('a') as $element) {
Expand Down

0 comments on commit 867b032

Please sign in to comment.