Completed
Push — develop ( 9582e3...1d63d8 )
by Mohamed
06:40
created
app/Model/Project/Note/SendMessages.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -12,10 +12,8 @@
 block discarded – undo
12 12
 namespace Tinyissue\Model\Project\Note;
13 13
 
14 14
 use Tinyissue\Model\Project;
15
-use Tinyissue\Model\Project\Issue;
16 15
 use Tinyissue\Model\Message\Queue;
17 16
 use Illuminate\Support\Collection;
18
-use Tinyissue\Model\User;
19 17
 use Tinyissue\Services\SendMessagesAbstract;
20 18
 
21 19
 /**
Please login to merge, or discard this patch.
app/Model/Tag.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -96,7 +96,7 @@  discard block
 block discarded – undo
96 96
      *
97 97
      * @param string $url
98 98
      *
99
-     * @return mixed
99
+     * @return string
100 100
      */
101 101
     public function to($url)
102 102
     {
@@ -142,7 +142,7 @@  discard block
 block discarded – undo
142 142
     /**
143 143
      * Returns an array of core groups.
144 144
      *
145
-     * @return array
145
+     * @return string[]
146 146
      */
147 147
     public static function getCoreGroups()
148 148
     {
Please login to merge, or discard this patch.
app/Model/Traits/Message/Queue/CrudTrait.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 
12 12
 namespace Tinyissue\Model\Traits\Message\Queue;
13 13
 
14
-use Illuminate\Database\Eloquent;
15 14
 use Illuminate\Database\Eloquent\Model;
16 15
 use Tinyissue\Model\Message;
17 16
 use Tinyissue\Model\Project\Issue;
Please login to merge, or discard this patch.
app/Model/Traits/Message/Queue/RelationTrait.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -11,8 +11,6 @@
 block discarded – undo
11 11
 
12 12
 namespace Tinyissue\Model\Traits\Message\Queue;
13 13
 
14
-use Illuminate\Database\Eloquent\Relations;
15
-
16 14
 /**
17 15
  * RelationTrait is trait class containing the relationship methods for the message queue model.
18 16
  *
Please login to merge, or discard this patch.
app/Services/SendMessagesAbstract.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -336,7 +336,7 @@
 block discarded – undo
336 336
     /**
337 337
      * Returns the model that is belong to the queue message.
338 338
      *
339
-     * @return Issue|Issue\Comment|Note
339
+     * @return \Illuminate\Database\Eloquent\Model
340 340
      */
341 341
     protected function getModel()
342 342
     {
Please login to merge, or discard this 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/Message/Queue/QueryTrait.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -11,11 +11,8 @@
 block discarded – undo
11 11
 
12 12
 namespace Tinyissue\Model\Traits\Message\Queue;
13 13
 
14
-use Illuminate\Database\Eloquent\Eloquent;
15 14
 use Illuminate\Database\Eloquent\Relations;
16 15
 use Tinyissue\Model\Message;
17
-use Tinyissue\Model\Project\Issue;
18
-use Tinyissue\Model\User;
19 16
 
20 17
 /**
21 18
  * QueryTrait is trait class containing the database queries methods for the message queue model.
Please login to merge, or discard this patch.
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/Project/Issue/QueryTrait.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 
12 12
 namespace Tinyissue\Model\Traits\Message\Queue;
13 13
 
14
-use Illuminate\Database\Eloquent;
15 14
 use Illuminate\Database\Eloquent\Model;
16 15
 use Tinyissue\Model\Message;
17 16
 use Tinyissue\Model\Project\Issue;
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.