Completed
Branch develop (82845d)
by Mohamed
03:11
created
app/Services/SettingsManager.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -98,7 +98,7 @@
 block discarded – undo
98 98
     /**
99 99
      * Returns first status tag id.
100 100
      *
101
-     * @return int
101
+     * @return string
102 102
      */
103 103
     public function getFirstStatusTagId()
104 104
     {
Please login to merge, or discard this patch.
app/Model/Traits/User/CrudTrait.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -13,9 +13,6 @@
 block discarded – undo
13 13
 
14 14
 use Hash;
15 15
 use Illuminate\Database\Eloquent;
16
-use Illuminate\Mail\Message as MailMessage;
17
-use Illuminate\Support\Str;
18
-use Mail;
19 16
 use Tinyissue\Model\Project;
20 17
 use Tinyissue\Model\User;
21 18
 
Please login to merge, or discard this patch.
app/Model/Traits/Project/QueryTrait.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
18 18
 use Tinyissue\Model\Message;
19 19
 use Tinyissue\Model\Project;
20 20
 use Tinyissue\Model\Project\Issue;
21
-use Tinyissue\Model\Role;
22 21
 use Tinyissue\Model\User;
23 22
 
24 23
 /**
Please login to merge, or discard this patch.
app/Model/Traits/User/QueryTrait.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
18 18
 use Tinyissue\Model\Message;
19 19
 use Tinyissue\Model\Project;
20 20
 use Tinyissue\Model\Project\Issue;
21
-use Tinyissue\Model\Role;
22 21
 use Tinyissue\Model\User;
23 22
 
24 23
 /**
Please login to merge, or discard this patch.