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