Passed
Branch master (d2bd53)
by hugh
13:28
created
src/Url.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@  discard block
 block discarded – undo
70 70
     /**
71 71
      * Url constructor.
72 72
      *
73
-     * @param null|string|string[]|UriInterface $url
73
+     * @param null|UriInterface $url
74 74
      */
75 75
     final protected function __construct($url = null)
76 76
     {
@@ -522,7 +522,7 @@  discard block
 block discarded – undo
522 522
     /**
523 523
      * is url string.
524 524
      *
525
-     * @param mixed $url
525
+     * @param string $url
526 526
      *
527 527
      * @return bool
528 528
      */
Please login to merge, or discard this patch.