mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 09:35:49 +02:00
Fixed static analysis issue.
This commit is contained in:
parent
256926be94
commit
23461a96c8
1 changed files with 3 additions and 1 deletions
|
@ -126,6 +126,8 @@ class DBInfoHelper
|
||||||
if ($this->connection->getDatabasePlatform() instanceof SqlitePlatform) {
|
if ($this->connection->getDatabasePlatform() instanceof SqlitePlatform) {
|
||||||
return 'sqlite';
|
return 'sqlite';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue