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

Commit 25261df

Browse files
committed
Makes parameter in UriFactory required
1 parent d25cb46 commit 25261df

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
@@ -27,5 +27,5 @@ interface UriFactory
2727
*
2828
* @throws \InvalidArgumentException If the URI is invalid
2929
*/
30-
public function createUri($uri = null);
30+
public function createUri($uri);
3131
}

0 commit comments

Comments
 (0)