From ed5960a301200bf17a0731d62fbe88e8c2b900ea Mon Sep 17 00:00:00 2001 From: Shish Date: Mon, 15 Jan 2024 21:09:35 +0000 Subject: [PATCH] type fix --- core/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/install.php b/core/install.php index 6cee3900..ccf8f3a5 100644 --- a/core/install.php +++ b/core/install.php @@ -50,7 +50,7 @@ function install(): void } } -function get_dsn(): string +function get_dsn(): ?string { if (getenv("INSTALL_DSN")) { $dsn = getenv("INSTALL_DSN");