Completed
Push — develop ( fea319...7a0090 )
by Mohamed
07:15
created
app/Console/Commands/Install.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
58 58
     /**
59 59
      * Returns a setting value
60 60
      *
61
-     * @param $name
61
+     * @param string $name
62 62
      * @param mixed|null $default
63 63
      * @return mixed
64 64
      */
Please login to merge, or discard this patch.
app/Model/Project/Issue/SendMessages.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
     /**
39 39
      * Returns an instance of Issue.
40 40
      *
41
-     * @return bool
41
+     * @return \Illuminate\Database\Eloquent\Model
42 42
      */
43 43
     protected function getIssue()
44 44
     {
Please login to merge, or discard this patch.
app/Model/Traits/Project/Issue/CrudTagTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
      * Change the status of an issue.
47 47
      *
48 48
      * @param int  $status
49
-     * @param User $userId
49
+     * @param User $user
50 50
      *
51 51
      * @return Eloquent\Model
52 52
      */
Please login to merge, or discard this patch.