Skip to content

Commit 871bc5b

Browse files
authored
Cast another uri to string
1 parent abe753b commit 871bc5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Codeception/Lib/Connector/Guzzle.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ protected function getAbsoluteUri($uri)
187187
return Uri::mergeUrls((string)$this->getHistory()->current()->getUri(), $uri);
188188
}
189189
}
190-
return Uri::mergeUrls($baseUri, $uri);
190+
return Uri::mergeUrls((string)$baseUri, $uri);
191191
}
192192

193193
protected function doRequest($request)

0 commit comments

Comments
 (0)