Completed
Push — master ( 646e95...28cd62 )
by Derek
02:00
created
src/Anshar/Http/Uri.php 1 patch
Doc Comments   +9 added lines patch added patch discarded remove patch
@@ -404,6 +404,9 @@  discard block
 block discarded – undo
404 404
         // TODO: Implement __toString() method.
405 405
     }
406 406
 
407
+    /**
408
+     * @param string $uri
409
+     */
407 410
     private function explodeUri($uri)
408 411
     {
409 412
         $part_labels            = array(
@@ -454,6 +457,9 @@  discard block
 block discarded – undo
454 457
         return $parts;
455 458
     }
456 459
 
460
+    /**
461
+     * @param string|null $hier_part
462
+     */
457 463
     private function explodeHierParts($hier_part)
458 464
     {
459 465
         $authority_parts    = array();
@@ -480,6 +486,9 @@  discard block
 block discarded – undo
480 486
         return $hier_parts;
481 487
     }
482 488
 
489
+    /**
490
+     * @param string $authority
491
+     */
483 492
     private function explodeAuthority($authority)
484 493
     {
485 494
         $authority_parts    = array();
Please login to merge, or discard this patch.