Commit bb8eb937 authored by David Surville's avatar David Surville
Browse files

Merge branch '5.x' into 6.x

parents 9dbef2ae 8f0a9f8a
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;
    }