Completed
Push — master ( 91f8d9...64265e )
by Mohamed
09:45 queued 06:57
created
app/Model/Traits/Project/Issue/CrudTrait.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\Project;
19 19
 use Tinyissue\Model\Project\Issue\Attachment;
20 20
 use Tinyissue\Model\User;
21
-use Tinyissue\Services\SettingsManager;
22 21
 
23 22
 /**
24 23
  * CrudTrait is trait class containing the methods for adding/editing/deleting the Project\Issue model.
Please login to merge, or discard this patch.
app/Services/SettingsManager.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@  discard block
 block discarded – undo
57 57
     /**
58 58
      * Returns a setting value.
59 59
      *
60
-     * @param $name
60
+     * @param string $name
61 61
      * @param mixed|null $default
62 62
      *
63 63
      * @return mixed
@@ -98,7 +98,7 @@  discard block
 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.