From: Roland Haeder <roland@mxchange.org>
Date: Fri, 12 Sep 2014 19:58:27 +0000 (+0200)
Subject: Improved type-hint for following methods:
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=486fb72f7e204af6c0dbc4db16f30f341d52f726;p=quix0rs-gnu-social.git

Improved type-hint for following methods:
- handle
- isReadOnly
- prepare

Signed-off-by: Roland Haeder <roland@mxchange.org>
---

diff --git a/actions/deleteuser.php b/actions/deleteuser.php
index d1b73f4746..0e83d6db6c 100644
--- a/actions/deleteuser.php
+++ b/actions/deleteuser.php
@@ -42,7 +42,7 @@ class DeleteuserAction extends ProfileFormAction
 {
     var $user = null;
 
-    function prepare(array $args=array())
+    protected function doStreamPreparation()
     {
         if (!parent::prepare($args)) {
             return false;