@@ -15,7 +15,7 @@ |
||
15 | 15 | |
16 | 16 | public function __toString(): string |
17 | 17 | { |
18 | - return (string) $this->hostname; |
|
18 | + return (string)$this->hostname; |
|
19 | 19 | } |
20 | 20 | |
21 | 21 | public function getHostname(): Hostname |