Completed
Push — master ( a0535a...288fb6 )
by Felix
03:23 queued 01:40
created
src/Url.php 1 patch
Doc Comments   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -36,6 +36,7 @@  discard block
 block discarded – undo
36 36
     /**
37 37
      * Url tiene una parte.
38 38
      *
39
+     * @param string $part
39 40
      * @return bool true|false
40 41
      */
41 42
     public function has($part)
@@ -46,7 +47,7 @@  discard block
 block discarded – undo
46 47
     /**
47 48
      * Decodificación URL.
48 49
      *
49
-     * @return object
50
+     * @return Url
50 51
      */
51 52
     public function decode()
52 53
     {
@@ -60,7 +61,7 @@  discard block
 block discarded – undo
60 61
      *
61 62
      * @param $schemeAndHost string Esquema y dominio base (Ej. http://example.com)
62 63
      *
63
-     * @return string
64
+     * @return Url
64 65
      */
65 66
     public function normalize($schemeAndHost)
66 67
     {
Please login to merge, or discard this patch.