From: Alexander Ebert Date: Wed, 20 May 2020 17:55:35 +0000 (+0200) Subject: Incorrect class documentation X-Git-Tag: 5.3.0_Alpha_1~291^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=d7f5ee48b869a00882023d6582d43a593adcf953;p=GitHub%2FWoltLab%2FWCF.git Incorrect class documentation Co-authored-by: Tim Düsterhus --- diff --git a/wcfsetup/install/files/lib/system/event/listener/AbstractEventListener.class.php b/wcfsetup/install/files/lib/system/event/listener/AbstractEventListener.class.php index c12c0a5f67..b403b2d34c 100644 --- a/wcfsetup/install/files/lib/system/event/listener/AbstractEventListener.class.php +++ b/wcfsetup/install/files/lib/system/event/listener/AbstractEventListener.class.php @@ -17,7 +17,7 @@ use wcf\data\AbstractDatabaseObjectAction; * eventName: initializeAction * actionName: makeSnafucated * derived method: onInitializeActionMakeSnafucated() - * ATTENTION: If this method does not exist, it will attempt to invoke `onMakeSnafucated()` instead. + * ATTENTION: If this method does not exist, it will attempt to invoke `onInitializeAction()` instead. * * @author Olaf Braun, Alexander Ebert * @copyright 2001-2020 WoltLab GmbH