From: Matthias Schmidt Date: Sun, 29 Jan 2017 13:10:32 +0000 (+0100) Subject: Add missing @throws tag in AbstractHtmlInputNodeProcessorListener X-Git-Tag: 3.0.2~45 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=867b0326871dbf096b39b9ea736dc81c25b62be9;p=GitHub%2FWoltLab%2FWCF.git Add missing @throws tag in AbstractHtmlInputNodeProcessorListener --- diff --git a/wcfsetup/install/files/lib/system/event/listener/AbstractHtmlInputNodeProcessorListener.class.php b/wcfsetup/install/files/lib/system/event/listener/AbstractHtmlInputNodeProcessorListener.class.php index ecfcfb69c6..9f0cec5e3a 100644 --- a/wcfsetup/install/files/lib/system/event/listener/AbstractHtmlInputNodeProcessorListener.class.php +++ b/wcfsetup/install/files/lib/system/event/listener/AbstractHtmlInputNodeProcessorListener.class.php @@ -86,6 +86,7 @@ abstract class AbstractHtmlInputNodeProcessorListener implements IParameterizedE * @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) {