From: Tim Düsterhus Date: Thu, 17 Jun 2021 11:49:04 +0000 (+0200) Subject: Fix old example for new events X-Git-Tag: 5.6.final~225 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=5268e7f9cf211e041313ae5e36a371c2e04302b8;p=GitHub%2FWoltLab%2Fwoltlab.github.io.git Fix old example for new events --- diff --git a/docs/migration/wsc54/php.md b/docs/migration/wsc54/php.md index 159816d7..32efa918 100644 --- a/docs/migration/wsc54/php.md +++ b/docs/migration/wsc54/php.md @@ -79,7 +79,7 @@ final class ValueDumpListener implements IParameterizedEventListener { /** * @inheritDoc - * @param FooForm $eventObj + * @param ValueForm $eventObj */ public function execute($eventObj, $className, $eventName, array &$parameters) {