@@ -189,7 +189,7 @@ |
||
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 | { |
@@ -20,8 +20,6 @@ |
||
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'; |