Incorrect class documentation
authorAlexander Ebert <ebert@woltlab.com>
Wed, 20 May 2020 17:55:35 +0000 (19:55 +0200)
committerGitHub <noreply@github.com>
Wed, 20 May 2020 17:55:35 +0000 (19:55 +0200)
Co-authored-by: Tim Düsterhus <duesterhus@woltlab.com>
wcfsetup/install/files/lib/system/event/listener/AbstractEventListener.class.php

index c12c0a5f67dd777d53580c513709e9601cff8129..b403b2d34ce59d2fd09d69b3832f7665cdbbba4f 100644 (file)
@@ -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