From 4aac523d014aa8bf106c7bb9c9a575fd2d193513 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20K=C5=99=C3=AD=C5=BE?= Date: Wed, 21 Dec 2016 10:16:47 +0100 Subject: [PATCH] Request: fixed return typehint Introduced in https://github.com/nette/http/commit/28af265b9c5393eb344ac82cbc7a41facee9eeee --- src/Http/Request.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Http/Request.php b/src/Http/Request.php index 46223ae5..5204e9b8 100644 --- a/src/Http/Request.php +++ b/src/Http/Request.php @@ -80,7 +80,7 @@ public function __construct(UrlScript $url, $query = NULL, $post = NULL, $files /** * Returns URL object. - * @return static + * @return UrlScript */ public function getUrl() {