Commit 8f0a9f8a authored by David Surville's avatar David Surville
Browse files

La fonction "getUseStartTls" doit pouvoir rendre null

parent b52e046b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -256,7 +256,7 @@ class ModuleOptions extends AbstractOptions
    /**
     * @return bool
     */
    public function getUseStartTls(): bool
    public function getUseStartTls(): ?bool
    {
        return $this->useStartTls;
    }