normalization = $normalization; } public function __invoke(ServerRequest $request): void { $partialDependencies = json_decode($_POST['pd'], true); $html = $this->normalization->getHtmlForNewTables2NF($partialDependencies, $GLOBALS['table']); $this->response->addHTML($html); } }