Skip to content

Commit 34a5b96

Browse files
authored
revert constructor change, fixes #31 (#32)
1 parent 0c78eaa commit 34a5b96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Rize/UriTemplate.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class UriTemplate
1717
$base_uri,
1818
$params = array();
1919

20-
public function __construct($base_uri = '', $params = array(), ?Parser $parser = null)
20+
public function __construct($base_uri = '', $params = array(), Parser $parser = null)
2121
{
2222
$this->base_uri = $base_uri;
2323
$this->params = $params;

0 commit comments

Comments
 (0)