mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-03 09:14:06 +02:00
phpstan fixes
This commit is contained in:
parent
6fe667eaca
commit
5d37f6813d
10 changed files with 24 additions and 86 deletions
|
|
@ -20,7 +20,7 @@ final class BasicAuth implements IAuth {
|
|||
$this->password = $password;
|
||||
}
|
||||
|
||||
public function getUsername(): ?string {
|
||||
public function getUsername(): string {
|
||||
return $this->username;
|
||||
}
|
||||
|
||||
|
|
@ -28,7 +28,7 @@ final class BasicAuth implements IAuth {
|
|||
return $this->workgroup;
|
||||
}
|
||||
|
||||
public function getPassword(): ?string {
|
||||
public function getPassword(): string {
|
||||
return $this->password;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue