fix: space between types

This commit is contained in:
mrilyew 2025-05-26 21:41:34 +03:00 committed by Alexander Minkin
parent c7bcd1c36e
commit fda9ff415b

View file

@ -135,7 +135,7 @@ final class GroupPresenter extends OpenVKPresenter
$this->template->paginatorConf = (object) [
"count" => $this->template->count,
"page" => (int)($this->queryParam("p") ?? 1),
"page" => (int) ($this->queryParam("p") ?? 1),
"amount" => 10,
"perPage" => OPENVK_DEFAULT_PER_PAGE,
];