Fix syntax highlighting in migration/wsc54/php.md
authorTim Düsterhus <duesterhus@woltlab.com>
Mon, 17 Oct 2022 08:07:44 +0000 (10:07 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Mon, 17 Oct 2022 08:07:44 +0000 (10:07 +0200)
docs/migration/wsc54/php.md

index 1c180141f91eecd7bf9f21b82ffbafdb92c1f2a1..e3f3683a03a93c6c6dfe65e1a4c3f1cf2d9a7634 100644 (file)
@@ -177,7 +177,7 @@ final class ValueDumpListener implements IParameterizedEventListener
 
 Now:
 
-```
+```php
 EventHandler::getInstance()->fire(new ValueAvailable(\random_int(1, 1024)));
 ```