Completed
Push — develop ( 36b61b...31353a )
by Mohamed
10:45 queued 05:01
created
app/Form/Project.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 
14 14
 use Tinyissue\Model\Project as ProjectModel;
15 15
 use Tinyissue\Model\Tag as TagModel;
16
-use Tinyissue\Model\Tag;
17 16
 
18 17
 /**
19 18
  * Project is a class to defines fields & rules for add/edit project form
Please login to merge, or discard this patch.
app/Http/Controllers/UserController.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -11,12 +11,9 @@
 block discarded – undo
11 11
 
12 12
 namespace Tinyissue\Http\Controllers;
13 13
 
14
-use Illuminate\Database\Eloquent\Collection;
15 14
 use Tinyissue\Form\UserSetting as Form;
16 15
 use Tinyissue\Http\Requests\FormRequest;
17 16
 use Tinyissue\Model\Project;
18
-use Tinyissue\Model\Tag;
19
-use Tinyissue\Model\User;
20 17
 use Illuminate\Database\Eloquent\Relations\Relation;
21 18
 
22 19
 /**
Please login to merge, or discard this patch.
app/Model/Traits/Tag/QueryTrait.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@  discard block
 block discarded – undo
41 41
      *
42 42
      * @param string $term
43 43
      *
44
-     * @return Eloquent\Collection|static[]
44
+     * @return Eloquent\Collection
45 45
      */
46 46
     public function searchTags($term)
47 47
     {
@@ -105,7 +105,7 @@  discard block
 block discarded – undo
105 105
     /**
106 106
      * Returns collection of tags in status group
107 107
      *
108
-     * @return Eloquent\Collection
108
+     * @return QueryTrait
109 109
      */
110 110
     public function getStatusTags()
111 111
     {
Please login to merge, or discard this patch.