Completed
Push — master ( 0df7a1...55f7a9 )
by Christian
07:49
created
src/Entities/CNAMEData.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.