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:
6adc620
)
Fix syntax highlighting in migration/wsc54/php.md
author
Tim Düsterhus
<duesterhus@woltlab.com>
Mon, 17 Oct 2022 08:07:44 +0000
(10:07 +0200)
committer
Tim Düsterhus
<duesterhus@woltlab.com>
Mon, 17 Oct 2022 08:07:44 +0000
(10:07 +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 1c180141f91eecd7bf9f21b82ffbafdb92c1f2a1..e3f3683a03a93c6c6dfe65e1a4c3f1cf2d9a7634 100644
(file)
--- a/
docs/migration/wsc54/php.md
+++ b/
docs/migration/wsc54/php.md
@@
-177,7
+177,7
@@
final class ValueDumpListener implements IParameterizedEventListener
Now:
-```
+```
php
EventHandler::getInstance()->fire(new ValueAvailable(\random_int(1, 1024)));
```