[everything] bulk set event handler return types to void

This commit is contained in:
Shish
2024-01-15 11:52:35 +00:00
parent 985d34aedd
commit bb9ab613ce
106 changed files with 591 additions and 591 deletions

View File

@@ -26,7 +26,7 @@ function POST(...$args): HTMLElement
class DanbooruApi extends Extension
{
public function onPageRequest(PageRequestEvent $event)
public function onPageRequest(PageRequestEvent $event): void
{
if ($event->page_matches("api/danbooru")) {
global $page;