Completed
Push — master ( 9a4ef0...878baf )
by
unknown
01:47
created
class/user.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -189,7 +189,7 @@
 block discarded – undo
189 189
      *
190 190
      * @param int $userId
191 191
      * @param int $friendId
192
-     * @return array
192
+     * @return integer[]
193 193
      */
194 194
     public function following_or($userId, $friendId)
195 195
     {
Please login to merge, or discard this patch.
editprofile.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -20,8 +20,6 @@
 block discarded – undo
20 20
  * @author       Michael Albertsen (http://culex.dk) <[email protected]>
21 21
  */
22 22
 
23
-use Xmf\Request;
24
-use XoopsModules\Smallworld;
25 23
 require_once __DIR__ . '/header.php';
26 24
 
27 25
 require_once __DIR__ . '/../../mainfile.php';
Please login to merge, or discard this patch.