Completed
Pull Request — master (#3)
by
unknown
06:51
created
app/Form/FormAbstract.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
      *
35 35
      * @param Model $model
36 36
      *
37
-     * @return void|FormInterface
37
+     * @return FormAbstract
38 38
      */
39 39
     public function editingModel(Model $model)
40 40
     {
Please login to merge, or discard this patch.
app/Model/Traits/Project/Issue/CrudTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
     /**
68 68
      * Reassign the issue to a new user
69 69
      *
70
-     * @param int|User $assignTo
70
+     * @param integer $assignTo
71 71
      * @param int|User $user
72 72
      *
73 73
      * @return Eloquent\Model
Please login to merge, or discard this patch.
app/Model/Traits/Tag/QueryTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
      *
41 41
      * @param string $term
42 42
      *
43
-     * @return Eloquent\Collection|static[]
43
+     * @return Eloquent\Collection
44 44
      */
45 45
     public function searchTags($term)
46 46
     {
Please login to merge, or discard this patch.