Remove namespace from class in code example
authorMatthias Schmidt <gravatronics@live.com>
Fri, 9 Jul 2021 10:15:42 +0000 (12:15 +0200)
committerMatthias 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

index 8e695dd216e4f3476b802474efccee870662c476..4251f676b94ea418c873ce0f96c3f26ddd1e848a 100644 (file)
@@ -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(