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:
546f2b8
)
Remove namespace from class in code example
author
Matthias Schmidt
<gravatronics@live.com>
Fri, 9 Jul 2021 10:15:42 +0000
(12:15 +0200)
committer
Matthias Schmidt
<gravatronics@live.com>
Fri, 9 Jul 2021 10:15:42 +0000
(12:15 +0200)
Not having the namespace there avoids having to scroll.
docs/migration/wsc54/php.md
patch
|
blob
|
blame
|
history
diff --git
a/docs/migration/wsc54/php.md
b/docs/migration/wsc54/php.md
index 8e695dd216e4f3476b802474efccee870662c476..4251f676b94ea418c873ce0f96c3f26ddd1e848a 100644
(file)
--- a/
docs/migration/wsc54/php.md
+++ b/
docs/migration/wsc54/php.md
@@
-96,7
+96,7
@@
final class ValueDumpListener implements IParameterizedEventListener
Now:
```
-EventHandler::getInstance()->fire(new
\wcf\system\foo\event\
ValueAvailable(\random_int(1, 1024)));
+EventHandler::getInstance()->fire(new ValueAvailable(\random_int(1, 1024)));
```
{jinja{ codebox(