Completed
Push — master ( 627e16...05425c )
by Freek
07:04
created
src/ActivityLogger.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -116,7 +116,7 @@
 block discarded – undo
116 116
     /**
117 117
      * @param string $description
118 118
      *
119
-     * @return null|mixed
119
+     * @return null|Model
120 120
      */
121 121
     public function log(string $description)
122 122
     {
Please login to merge, or discard this patch.
src/Traits/DetectsChanges.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -63,6 +63,9 @@
 block discarded – undo
63 63
     }
64 64
 
65 65
 
66
+    /**
67
+     * @param Model $model
68
+     */
66 69
     protected static function getRelatedModelAttributeValue($model, $attribute): array {
67 70
         if (substr_count($attribute, '.') > 1) {
68 71
             throw CouldNotLogChanges::invalidAttribute($attribute);
Please login to merge, or discard this patch.