Completed
Push — master ( b645fc...1a7521 )
by Charis
03:32
created
src/Factory/Uri.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@  discard block
 block discarded – undo
13 13
      *
14 14
      * @access public
15 15
      * @static
16
-     * @return Uri
16
+     * @return UriItem
17 17
      */
18 18
     public static function createFromServer($serv)
19 19
     {
@@ -50,7 +50,7 @@  discard block
 block discarded – undo
50 50
      * @access public
51 51
      * @static
52 52
      * @param string $uri
53
-     * @return Uri
53
+     * @return UriItem
54 54
      */
55 55
     public static function createFromString(string $uri)
56 56
     {
Please login to merge, or discard this patch.