Passed
Push — master ( 7e7628...15770c )
by Petr
02:33
created
php-src/Schemas/ASchema.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
     public function getHost(): string
52 52
     {
53 53
         $host = '' . $this->host;
54
-        return (preg_match('#^[0-9a-f:]+$#', $host) ? '[' . $host . ']' : $host ); // IPv6
54
+        return (preg_match('#^[0-9a-f:]+$#', $host) ? '[' . $host . ']' : $host); // IPv6
55 55
     }
56 56
 
57 57
     public function getPort(): ?int
Please login to merge, or discard this patch.