Skip to content

Commit

Permalink
Merge pull request #1321 from gtg-bantonio/patch-1
Browse files Browse the repository at this point in the history
Adjust PHPDoc type for causer and subject
  • Loading branch information
patinthehat authored Sep 19, 2024
2 parents 8c1adb9 + d73583e commit 5f42f44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Models/Activity.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
* @property \Illuminate\Support\Collection|null $properties
* @property \Carbon\Carbon|null $created_at
* @property \Carbon\Carbon|null $updated_at
* @property-read \Illuminate\Database\Eloquent\Model|\Eloquent $causer
* @property-read \Illuminate\Database\Eloquent\Model|\Eloquent|null $causer
* @property-read \Illuminate\Support\Collection $changes
* @property-read \Illuminate\Database\Eloquent\Model|\Eloquent $subject
* @property-read \Illuminate\Database\Eloquent\Model|\Eloquent|null $subject
*
* @method static \Illuminate\Database\Eloquent\Builder|\Spatie\Activitylog\Models\Activity causedBy(\Illuminate\Database\Eloquent\Model $causer)
* @method static \Illuminate\Database\Eloquent\Builder|\Spatie\Activitylog\Models\Activity forBatch(string $batchUuid)
Expand Down

0 comments on commit 5f42f44

Please sign in to comment.