Skip to content

Commit 29440fa

Browse files
committed
chore: pint
1 parent f35937b commit 29440fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/Services/Subtitles/SubtitleScanner.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class SubtitleScanner {
99
public function extractSubtitleStreams(array $fileMetadata): array {
1010
return array_filter(
1111
$fileMetadata['streams'] ?? [],
12-
fn($stream) => ($stream['codec_type'] ?? null) === 'subtitle'
12+
fn ($stream) => ($stream['codec_type'] ?? null) === 'subtitle'
1313
);
1414
}
1515

0 commit comments

Comments
 (0)