Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/lookup-server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'server/vendor/guzzlehttp/psr7/src/Request.php')
-rw-r--r--server/vendor/guzzlehttp/psr7/src/Request.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/vendor/guzzlehttp/psr7/src/Request.php b/server/vendor/guzzlehttp/psr7/src/Request.php
index 4a3db6e..0828548 100644
--- a/server/vendor/guzzlehttp/psr7/src/Request.php
+++ b/server/vendor/guzzlehttp/psr7/src/Request.php
@@ -19,7 +19,7 @@ class Request implements RequestInterface
/** @var null|string */
private $requestTarget;
- /** @var null|UriInterface */
+ /** @var UriInterface */
private $uri;
/**