Skip to content
This repository was archived by the owner on May 13, 2023. It is now read-only.

Commit 901ed27

Browse files
committed
Merge pull request #20 from php-http/uri_phpdoc
UriFactory requires a string or an instance of UriInterface
2 parents e778d2b + 2b4d31a commit 901ed27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/UriFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ interface UriFactory
1414
/**
1515
* Creates an PSR-7 URI.
1616
*
17-
* @param mixed $uri
17+
* @param string|UriInterface $uri
1818
*
1919
* @return UriInterface
2020
*

0 commit comments

Comments
 (0)