From: Matthias Schmidt Date: Sat, 24 Sep 2016 19:59:20 +0000 (+0200) Subject: Improve interface check in `AbstractHtmlInputNodeProcessorListener` X-Git-Tag: 3.0.0_Beta_2~159 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=f6c7bd02f87cb34e8e45b476a286320bf9fb265b;p=GitHub%2FWoltLab%2FWCF.git Improve interface check 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 3a302b4813..55785b89f1 100644 --- a/wcfsetup/install/files/lib/system/event/listener/AbstractHtmlInputNodeProcessorListener.class.php +++ b/wcfsetup/install/files/lib/system/event/listener/AbstractHtmlInputNodeProcessorListener.class.php @@ -1,5 +1,6 @@ getDecoratedObject() instanceof ITitledObject)) { throw new ImplementationException(get_class($object), ITitledObject::class); }