type fix
This commit is contained in:
parent
d75b410075
commit
ed5960a301
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ function install(): void
|
|||
}
|
||||
}
|
||||
|
||||
function get_dsn(): string
|
||||
function get_dsn(): ?string
|
||||
{
|
||||
if (getenv("INSTALL_DSN")) {
|
||||
$dsn = getenv("INSTALL_DSN");
|
||||
|
|
Reference in a new issue