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

Commit 2b4d31a

Browse files
committed
UriFactory requires a string or an instance of UriInterface, fixes #19
1 parent dc8d033 commit 2b4d31a

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)