We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a5748d commit 7944831Copy full SHA for 7944831
Tests/Fixtures/ServerRequest.php
@@ -35,7 +35,7 @@ public function __construct($version = '1.1', array $headers = [], StreamInterfa
35
{
36
parent::__construct($version, $headers, $body);
37
38
- if (!($uri instanceof UriInterface)) {
+ if (!$uri instanceof UriInterface) {
39
$uri = new Uri((string) $uri);
40
}
41
0 commit comments