Skip to content

Commit 7944831

Browse files
cs fix
1 parent 8a5748d commit 7944831

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Tests/Fixtures/ServerRequest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function __construct($version = '1.1', array $headers = [], StreamInterfa
3535
{
3636
parent::__construct($version, $headers, $body);
3737

38-
if (!($uri instanceof UriInterface)) {
38+
if (!$uri instanceof UriInterface) {
3939
$uri = new Uri((string) $uri);
4040
}
4141

0 commit comments

Comments
 (0)