From 091cf22d7a2e355a6bd507ffc8384447698c58bc Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Fri, 12 Sep 2014 21:58:27 +0200 Subject: [PATCH] Improved type-hint for following methods: - handle - isReadOnly - prepare Signed-off-by: Roland Haeder --- lib/apioauthaction.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/apioauthaction.php b/lib/apioauthaction.php index 95a3bec45d..7a7c9f98c3 100644 --- a/lib/apioauthaction.php +++ b/lib/apioauthaction.php @@ -65,7 +65,6 @@ class ApiOAuthAction extends ApiAction * any extra parameters or anything else it's not expecting. * I'm looking at you, p parameter. */ - static function cleanRequest() { // kill evil effects of magical slashing -- 2.39.5