Completed
Push — master ( 6eccd4...8e591c )
by
unknown
01:46
created
class/SmallWorldUser.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -135,7 +135,7 @@
 block discarded – undo
135 135
      * @Check if user is follower
136 136
      * @param int $userid
137 137
      * @param int $friendid
138
-     * @return int
138
+     * @return integer[]
139 139
      */
140 140
     public function following_or($userid, $friendid)
141 141
     {
Please login to merge, or discard this patch.
class/mail.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -209,7 +209,7 @@
 block discarded – undo
209 209
 
210 210
     /**
211 211
      * @param $msgid
212
-     * @return mixed
212
+     * @return string
213 213
      */
214 214
     public function getOwnerUpdateFromMsgID($msgid)
215 215
     {
Please login to merge, or discard this patch.
class/SmallWorldMail.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@  discard block
 block discarded – undo
43 43
     /**
44 44
      * @param             $fromUserID
45 45
      * @param             $toUserID
46
-     * @param             $event
46
+     * @param             string $event
47 47
      * @param null|string $link
48 48
      * @param array       $data
49 49
      * @throws \phpmailerException
@@ -209,7 +209,7 @@  discard block
 block discarded – undo
209 209
 
210 210
     /**
211 211
      * @param $msgid
212
-     * @return mixed
212
+     * @return string
213 213
      */
214 214
     public function getOwnerUpdateFromMsgID($msgid)
215 215
     {
Please login to merge, or discard this patch.
friendinvite.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,6 @@
 block discarded – undo
20 20
  * @author       Michael Albertsen (http://culex.dk) <[email protected]>
21 21
  */
22 22
 
23
-use Xmf\Request;
24 23
 use Xoopsmodules\smallworld;
25 24
 require_once __DIR__ . '/header.php';
26 25
 
Please login to merge, or discard this patch.
friends.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,6 @@
 block discarded – undo
20 20
  * @author       Michael Albertsen (http://culex.dk) <[email protected]>
21 21
  */
22 22
 
23
-use Xmf\Request;
24 23
 use Xoopsmodules\smallworld;
25 24
 require_once __DIR__ . '/header.php';
26 25
 
Please login to merge, or discard this patch.
galleryshow.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,6 @@
 block discarded – undo
20 20
  * @author       Michael Albertsen (http://culex.dk) <[email protected]>
21 21
  */
22 22
 
23
-use Xmf\Request;
24 23
 use Xoopsmodules\smallworld;
25 24
 require_once __DIR__ . '/header.php';
26 25
 
Please login to merge, or discard this patch.
image_edit_submit.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,6 @@
 block discarded – undo
20 20
  * @author       Michael Albertsen (http://culex.dk) <[email protected]>
21 21
  */
22 22
 
23
-use Xmf\Request;
24 23
 use Xoopsmodules\smallworld;
25 24
 require_once __DIR__ . '/header.php';
26 25
 
Please login to merge, or discard this patch.
index.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,6 @@
 block discarded – undo
20 20
  * @author       Michael Albertsen (http://culex.dk) <[email protected]>
21 21
  */
22 22
 
23
-use Xmf\Request;
24 23
 use Xoopsmodules\smallworld;
25 24
 
26 25
 require_once __DIR__ . '/header.php';
Please login to merge, or discard this patch.
loadmore.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,6 @@
 block discarded – undo
20 20
  * @author       Michael Albertsen (http://culex.dk) <[email protected]>
21 21
  */
22 22
 
23
-use Xmf\Request;
24 23
 use Xoopsmodules\smallworld;
25 24
 require_once __DIR__ . '/header.php';
26 25
 
Please login to merge, or discard this patch.