From 0da08bdb2cf70577365689ef43a0a7b5be04fdc3 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Thu, 15 Jan 2015 14:42:44 +0100 Subject: [PATCH] Add PHPDoc for `urlParams` --- lib/public/irequest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/public/irequest.php b/lib/public/irequest.php index a2b89e09f5..988b3aebd7 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 {