diff --git a/lib/public/irequest.php b/lib/public/irequest.php
index a2b89e09f522ea64c770a8ca94cecfef7f3febcd..988b3aebd7bc8d53ba160860ecee7f943ce80dcc 100644
--- a/lib/public/irequest.php
+++ b/lib/public/irequest.php
@@ -53,7 +53,7 @@ namespace OCP;
  *   and ->post and return an array. Otherwise the raw data will be returned.
  *
  * @property-read string[] $server
- *
+ * @property-read string[] $urlParams
  */
 interface IRequest {