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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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