Completed
Branch master (7a6616)
by Ivannis Suárez
03:47
created
Url.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -114,7 +114,7 @@  discard block
 block discarded – undo
114 114
      *
115 115
      * @throws \InvalidArgumentException
116 116
      *
117
-     * @return string
117
+     * @return StringLiteral
118 118
      */
119 119
     protected function parseScheme($url)
120 120
     {
@@ -184,7 +184,7 @@  discard block
 block discarded – undo
184 184
      *
185 185
      * @throws \InvalidArgumentException
186 186
      *
187
-     * @return string
187
+     * @return StringLiteral
188 188
      */
189 189
     protected function parseQueryString($url)
190 190
     {
@@ -203,7 +203,7 @@  discard block
 block discarded – undo
203 203
      *
204 204
      * @throws \InvalidArgumentException
205 205
      *
206
-     * @return string
206
+     * @return StringLiteral
207 207
      */
208 208
     protected function parseFragmentIdentifier($url)
209 209
     {
@@ -256,7 +256,7 @@  discard block
 block discarded – undo
256 256
     }
257 257
 
258 258
     /**
259
-     * @return int
259
+     * @return Port
260 260
      */
261 261
     public function port()
262 262
     {
Please login to merge, or discard this patch.