Completed
Push — master ( 505018...16cf89 )
by D.
13s
created
src/Http/Url.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@  discard block
 block discarded – undo
43 43
     }
44 44
 
45 45
     /**
46
-     * @return mixed
46
+     * @return string|false
47 47
      */
48 48
     public function getHost()
49 49
     {
@@ -51,7 +51,7 @@  discard block
 block discarded – undo
51 51
     }
52 52
 
53 53
     /**
54
-     * @return mixed
54
+     * @return string|false
55 55
      */
56 56
     public function getSchema()
57 57
     {
Please login to merge, or discard this patch.