mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-03 17:24:07 +02:00
more type hints
This commit is contained in:
parent
767f6b3f6f
commit
e9f6d00a93
28 changed files with 343 additions and 530 deletions
|
|
@ -25,7 +25,7 @@ class TimeZoneProvider implements ITimeZoneProvider {
|
|||
$this->system = $system;
|
||||
}
|
||||
|
||||
public function get($host) {
|
||||
public function get(string $host): string {
|
||||
if (!isset($this->timeZones[$host])) {
|
||||
$timeZone = null;
|
||||
$net = $this->system->getNetPath();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue