Completed
Pull Request — master (#9)
by Richan
09:21
created
src/BlameableService.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
56 56
      * @param string $key
57 57
      * @param bool   $reset
58 58
      *
59
-     * @return void
59
+     * @return boolean
60 60
      */
61 61
     public function setAttribute(Model $model, $key, $reset = false)
62 62
     {
Please login to merge, or discard this patch.
src/BlameableTrait.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@  discard block
 block discarded – undo
39 39
     /**
40 40
      * Get the user who created the record.
41 41
      *
42
-     * @return \Illuminate\Database\Eloquent\Model
42
+     * @return \Illuminate\Database\Eloquent\Relations\BelongsTo
43 43
      */
44 44
     public function creator()
45 45
     {
@@ -52,7 +52,7 @@  discard block
 block discarded – undo
52 52
     /**
53 53
      * Get the user who updated the record for the last time.
54 54
      *
55
-     * @return \Illuminate\Database\Eloquent\Model
55
+     * @return \Illuminate\Database\Eloquent\Relations\BelongsTo
56 56
      */
57 57
     public function updater()
58 58
     {
Please login to merge, or discard this patch.