Fixed static analysis issue.

This commit is contained in:
Jan Böhmer
2023-01-17 12:23:12 +01:00
committed by GitHub
parent 256926be94
commit 23461a96c8

View File

@@ -126,6 +126,8 @@ class DBInfoHelper
if ($this->connection->getDatabasePlatform() instanceof SqlitePlatform) {
return 'sqlite';
}
return null;
}
}
}