Completed
Push — master ( 50f309...1f3d4e )
by Mohamed
06:23
created
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.