From 940b09d7ab3843e4140681c1bd60067de61211b2 Mon Sep 17 00:00:00 2001 From: Bizley Date: Fri, 30 Apr 2021 09:54:51 +0200 Subject: [PATCH] Improve docs --- framework/web/Request.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/web/Request.php b/framework/web/Request.php index 70fa32d..62c2f6d 100644 --- a/framework/web/Request.php +++ b/framework/web/Request.php @@ -36,7 +36,7 @@ use yii\validators\IpValidator; * is not given. This property is read-only. * @property-read string|null $authUser The username sent via HTTP authentication, `null` if the username is * not given. This property is read-only. - * @property string $baseUrl The relative URL for the application. + * @property string $baseUrl The relative URL for the application (usually with leading slash). * @property array $bodyParams The request parameters given in the request body. * @property-read string $contentType Request content-type. Null is returned if this information is not * available. This property is read-only.