Skip to content
Snippets Groups Projects
Commit 8f0a9f8a authored by David Surville's avatar David Surville
Browse files

La fonction "getUseStartTls" doit pouvoir rendre null

parent b52e046b
Branches
Tags 5.0.2
No related merge requests found
......@@ -256,7 +256,7 @@ class ModuleOptions extends AbstractOptions
/**
* @return bool
*/
public function getUseStartTls(): bool
public function getUseStartTls(): ?bool
{
return $this->useStartTls;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment