mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-24 10:49:00 +02:00
Fixed some deprecations.
This commit is contained in:
parent
4fa8eef1bf
commit
5fd608f42a
59 changed files with 202 additions and 165 deletions
|
@ -48,7 +48,7 @@ use Symfony\Component\DependencyInjection\Exception\EnvNotFoundException;
|
|||
|
||||
final class CustomEnvVarProcessor implements EnvVarProcessorInterface
|
||||
{
|
||||
public function getEnv($prefix, $name, Closure $getEnv)
|
||||
public function getEnv($prefix, $name, Closure $getEnv): bool
|
||||
{
|
||||
if ('validMailDSN' === $prefix) {
|
||||
try {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue