mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 16:37:02 +03:00
Bugfix: @param/@return documentation was incorrect which caused errors
This commit is contained in:
parent
7eb1defa16
commit
b81b36d120
10 changed files with 33 additions and 32 deletions
|
|
@ -125,7 +125,7 @@ class Logger extends \MailSo\Base\Collection
|
|||
return 0 < $this->Count();
|
||||
}
|
||||
|
||||
public function AddSecret(string $sWord) : bool
|
||||
public function AddSecret(string $sWord) : void
|
||||
{
|
||||
if (\is_string($sWord) && 0 < \strlen(\trim($sWord)))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue