projects
/
GitHub
/
WoltLab
/
woltlab.github.io.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3e5c66
)
Fix old example for new events
author
Tim Düsterhus
<duesterhus@woltlab.com>
Thu, 17 Jun 2021 11:49:04 +0000
(13:49 +0200)
committer
Tim Düsterhus
<duesterhus@woltlab.com>
Thu, 17 Jun 2021 11:49:04 +0000
(13:49 +0200)
docs/migration/wsc54/php.md
patch
|
blob
|
blame
|
history
diff --git
a/docs/migration/wsc54/php.md
b/docs/migration/wsc54/php.md
index 159816d7e0305143cff907dfe1587a5324cf0b51..32efa9186cfeaa5c6683f89d2aabbdc6ed4ce618 100644
(file)
--- a/
docs/migration/wsc54/php.md
+++ b/
docs/migration/wsc54/php.md
@@
-79,7
+79,7
@@
final class ValueDumpListener implements IParameterizedEventListener
{
/**
* @inheritDoc
- * @param
Foo
Form $eventObj
+ * @param
Value
Form $eventObj
*/
public function execute($eventObj, $className, $eventName, array &$parameters)
{