Skip to content

Commit 5134aa1

Browse files
committed
stan
1 parent f06903d commit 5134aa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/GenerateMediaConversionsCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public function handle(): int
4949
$query->chunkById(5_000, function ($items) use ($progress, $force, $conversions) {
5050

5151
foreach ($items as $media) {
52-
52+
/** @var Media $media */
5353
$media->dispatchConversions(
5454
queued: true,
5555
filter: function ($definition) use ($media, $force, $conversions) {

0 commit comments

Comments
 (0)