normalization = $normalization; } public function __invoke(ServerRequest $request): void { $html = $this->normalization->findPartialDependencies($GLOBALS['table'], $GLOBALS['db']); $this->response->addHTML($html); } }