Completed
Pull Request — master (#3)
by
unknown
17:21
created
src/Models/Comment.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@  discard block
 block discarded – undo
35 35
     }
36 36
 
37 37
     /**
38
-     * @return mixed
38
+     * @return \Illuminate\Database\Eloquent\Relations\MorphTo
39 39
      */
40 40
     public function commentable()
41 41
     {
@@ -43,7 +43,7 @@  discard block
 block discarded – undo
43 43
     }
44 44
 
45 45
     /**
46
-     * @return mixed
46
+     * @return \Illuminate\Database\Eloquent\Relations\MorphTo
47 47
      */
48 48
     public function creator()
49 49
     {
Please login to merge, or discard this patch.
src/Traits/Commentable.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
      * @param Model      $creator
35 35
      * @param Model|null $parent
36 36
      *
37
-     * @return static
37
+     * @return Comment
38 38
      */
39 39
     public function comment($data, Model $creator, Model $parent = null)
40 40
     {
Please login to merge, or discard this patch.