Fix phpstan issues.

This commit is contained in:
James Cole
2025-09-07 07:51:01 +02:00
parent 602df95f3c
commit c3a3bdf525
21 changed files with 52 additions and 219 deletions

View File

@@ -22,6 +22,8 @@
declare(strict_types=1);
use function Safe\parse_url;
$databaseUrl = getenv('DATABASE_URL');
$host = '';
$username = '';