]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Improved type-hint for following methods:
authorRoland Haeder <roland@mxchange.org>
Fri, 12 Sep 2014 19:58:27 +0000 (21:58 +0200)
committerRoland Häder <roland@mxchange.org>
Sun, 29 Mar 2020 22:20:22 +0000 (00:20 +0200)
- handle
- isReadOnly
- prepare

Signed-off-by: Roland Haeder <roland@mxchange.org>
actions/deleteuser.php

index d1b73f4746080cfebf7312f7fca0deefae372913..0e83d6db6cba5e98c7e94ef3466a35bb3e588f01 100644 (file)
@@ -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;